ForestRegressionResult
@Serializable
@SerialName(value = "ForestRegressionResult")
Snapshot of a RandomForestRegressionStat: per-tree immutable snapshots.
Constructors
ForestRegressionResult
Properties
totalWeights
Sum of per-tree root totalWeights; nbrTrees * underlyingWeight under bagging.
trees
Per-tree immutable snapshots; non-empty.
Functions
findLeafMerged
Merge the leaves that x routes to across every tree into a single weighted- variance aggregate. Useful for ensembled scoring.
predict
Mean of findLeafMerged.