You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
decisionTree function performs decision tree algorithm on given data. Algorithm uses entropy as a criterium of division on every node. Works both for qualititative and quantitative variables.
TO DO:
replace for loops with apply
About
A simple R package for growing and plotting decision trees.