kumulant

ClassificationSplitNode

Split mirror; predicate routes to pos or neg; carryover absorbs orphan aggregates produced by mixed-structure merges or pre-split snapshots.

Constructors

Link copied to clipboard
constructor(split: Split, pos: ClassificationNode, neg: ClassificationNode, carryover: SeriesStat<ClassCountsResult>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Predicate routing observations into pos (true) or neg (false).

Functions

Link copied to clipboard
open override fun findLeaf(row: VectorView): ClassificationLeafNode

Walk to the leaf this row resolves to.

ClassificationSplitNode

constructor(split: Split, pos: ClassificationNode, neg: ClassificationNode, carryover: SeriesStat<ClassCountsResult>? = null)(source)

carryover

findLeaf

Walk to the leaf this row resolves to.

neg

pos

split

Predicate routing observations into pos (true) or neg (false).