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