predict_inputs,DecisionTreeClassifier-method {SSLR} | R Documentation |
Predict inputs Decision Tree
Description
Function to predict one input in Decision Tree
Usage
## S4 method for signature 'DecisionTreeClassifier'
predict_inputs(object, inputs, type = "class")
Arguments
object |
DecisionTree object |
inputs |
inputs to be predicted |
type |
type prediction, class or prob |
[Package SSLR version 0.9.3.3 Index]