grow_tree,DecisionTreeClassifier-method {SSLR} | R Documentation |
Function grow tree
Description
Function to grow tree in Decision Tree
Usage
## S4 method for signature 'DecisionTreeClassifier'
grow_tree(object, X, y, parms, depth = 0)
Arguments
object |
DecisionTree instance |
X |
data values |
y |
classes |
parms |
parameters for grow tree |
depth |
depth in tree |
[Package SSLR version 0.9.3.3 Index]