public interface TreeBasedClassifier extends Serializable
DecisionTree
or a collection of them as a DecisionForest
.Modifier and Type | Method and Description |
---|---|
Prediction |
predict(Example test) |
void |
update(Example train)
Requests that the implementation update its internal state to reflect a new
Example . |
Prediction predict(Example test)
test
- example whose target value is to be predicatedPrediction
of the target valueCopyright © 2014–2018. All rights reserved.