Package smile.classification
Class RandomForest.Model
java.lang.Object
smile.classification.RandomForest.Model
- All Implemented Interfaces:
Serializable
- Enclosing class:
RandomForest
The base model.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal ClassificationMetrics
The performance metrics on out-of-bag samples.final DecisionTree
The decision tree.final double
The weight of tree, which can be used when aggregating tree votes. -
Method Summary
-
Field Details
-
tree
The decision tree. -
metrics
The performance metrics on out-of-bag samples. -
weight
public final double weightThe weight of tree, which can be used when aggregating tree votes.
-