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