Package smile.regression
Class RandomForest.Model
java.lang.Object
smile.regression.RandomForest.Model
- All Implemented Interfaces:
Serializable
- Enclosing class:
RandomForest
The base model.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal RegressionMetrics
The performance metrics on out-of-bag samples.final RegressionTree
The decision tree. -
Method Summary
-
Field Details
-
tree
The decision tree. -
metrics
The performance metrics on out-of-bag samples.
-