Function grow tree
Function to grow tree in Decision Tree
## S4 method for signature 'DecisionTreeClassifier' grow_tree(object, X, y, parms, depth = 0)
object |
DecisionTree instance |
X |
data values |
y |
classes |
parms |
parameters for grow tree |
depth |
depth in tree |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.