com.eignex.kumulant/stat/regression/tree/ClassificationLeafNode ClassificationLeafNode sealed class ClassificationLeafNode : ClassificationNode(source)Leaf; owns a per-class count accumulator.InheritorsClassificationTerminalLeafClassificationAuditLeaf Properties arm abstract val arm: SeriesStat<ClassCountsResult>(source)The leaf's class-count accumulator. Functions findLeaf override fun findLeaf(row: VectorView): ClassificationLeafNode(source)Walk to the leaf this row resolves to. On this pagePropertiesarmFunctionsfindLeaf