ForestClassificationResult
@Serializable
@SerialName(value = "ForestClassificationResult")
Snapshot of a RandomForestClassifierStat: per-tree immutable snapshots plus ensemble-aware predict helpers.
Constructors
ForestClassificationResult
Properties
numClasses
Number of classes shared by every tree.
totalWeights
Sum of per-tree root totalWeights.
trees
Per-tree immutable snapshots; non-empty.
Functions
predict
Argmax over probabilities.
probabilities
Average per-class probability across trees for the leaf each tree routes x to.