Class RandomForest.Model

java.lang.Object
smile.classification.RandomForest.Model
All Implemented Interfaces:
Serializable
Enclosing class:
RandomForest

public static class RandomForest.Model extends Object implements Serializable
The base model.
See Also:
  • Field Details

    • tree

      public final DecisionTree tree
      The decision tree.
    • metrics

      public final ClassificationMetrics metrics
      The performance metrics on out-of-bag samples.
    • weight

      public final double weight
      The weight of tree, which can be used when aggregating tree votes.