ClassificationSplitNode
class ClassificationSplitNode(val split: Split, pos: ClassificationNode, neg: ClassificationNode, carryover: SeriesStat<ClassCountsResult>? = null) : ClassificationNode(source)
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)
ClassificationSplitNode
constructor(split: Split, pos: ClassificationNode, neg: ClassificationNode, carryover: SeriesStat<ClassCountsResult>? = null)(source)
carryover
findLeaf
Walk to the leaf this row resolves to.