RegressionAuditLeaf
Leaf that tracks per-candidate pos/neg stats. When a candidate clears the Hoeffding- bound test, this leaf is replaced by a RegressionSplitNode. The candidate subset is per-leaf ; picked at leaf birth; so mtry-style random subspace selection lives at the leaf level.
Constructors
Properties
The leaf's weighted-variance accumulator.
Candidate splits being evaluated at this leaf.
Per-candidate accumulator for observations that route false.
Counter throttling audit work to every Nth observation. Atomic so concurrent updaters don't lose ticks; the split decision is taken by the thread that crosses the period boundary, under the tree's split lock.
Per-candidate accumulator for observations that route true.
RegressionAuditLeaf
arm
The leaf's weighted-variance accumulator.
candidates
Candidate splits being evaluated at this leaf.
neg
Per-candidate accumulator for observations that route false.
observationsSinceLastCheck
Counter throttling audit work to every Nth observation. Atomic so concurrent updaters don't lose ticks; the split decision is taken by the thread that crosses the period boundary, under the tree's split lock.
pos
Per-candidate accumulator for observations that route true.