See: Description
Class | Description |
---|---|
CategoricalPrediction |
Represents a prediction of the value of a categorical target.
|
NumericPrediction |
Represents a predicted value of a numeric target.
|
Prediction |
Subclasses represent the predicted value of the target.
|
WeightedPrediction |
A utility class with methods for combining the results of many
TreeBasedClassifier s into one prediction -- in particular, it is used by
DecisionForest to combine the results of many
DecisionTree s. |
Copyright © 2014–2018. All rights reserved.