kumulant

ClassificationAuditLeaf

Audit leaf tracking per-candidate pos/neg class-count accumulators.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
open override val arm: SeriesStat<ClassCountsResult>

The leaf's class-count accumulator.

Link copied to clipboard

Candidate splits being evaluated at this leaf.

Link copied to clipboard

Per-candidate accumulator for observations routing false.

Link copied to clipboard

Atomic counter throttling audit work to every Nth observation.

Link copied to clipboard

Per-candidate accumulator for observations routing true.

Functions

Link copied to clipboard

Walk to the leaf this row resolves to.

ClassificationAuditLeaf

arm

open override val arm: SeriesStat<ClassCountsResult>(source)

The leaf's class-count accumulator.

candidates

Candidate splits being evaluated at this leaf.

neg

Per-candidate accumulator for observations routing false.

observationsSinceLastCheck

Atomic counter throttling audit work to every Nth observation.

pos

Per-candidate accumulator for observations routing true.