HalfSpaceTreesResult
Snapshot of HalfSpaceTreesStat: the immutable tree structure plus the reference-window per-leaf masses. Exposes score to evaluate a query vector against the trees' frozen distribution.
Constructors
Properties
Flat numTrees * (2^height - 1) array of per-internal-node feature indices.
Number of input features.
Flat numTrees * 2^height array of per-leaf masses summed over the reference window.
Flat numTrees * (2^height - 1) array of per-internal-node split thresholds.
Cumulative observation weight folded into the reference window.
HalfSpaceTreesResult
equals
featureIndices
Flat numTrees * (2^height - 1) array of per-internal-node feature indices.
featureSize
Number of input features.
hashCode
height
numTrees
referenceMass
Flat numTrees * 2^height array of per-leaf masses summed over the reference window.
score
thresholds
Flat numTrees * (2^height - 1) array of per-internal-node split thresholds.
totalWeights
Cumulative observation weight folded into the reference window.