public static class RandomForest.Model
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
ClassificationMetrics |
metrics
The performance metrics on out-of-bag samples.
|
DecisionTree |
tree
The decision tree.
|
double |
weight
The weight of tree, which can be used when aggregating tree votes.
|
public final DecisionTree tree
public final ClassificationMetrics metrics
public final double weight