Function to predict inputs in Decision Tree
Function to predict inputs in Decision Tree
## S4 method for signature 'DecisionTreeClassifier' predict(object, inputs, type = "class")
object |
The Decision Tree object |
inputs |
data to be predicted |
type |
Is param to define the type of predict. It can be "class", to get class labels Or "prob" to get probabilites for class in each input. Default is "class" |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.