com.eignex.kumulant/stat/regression/tree/TreeClassificationNodeResult TreeClassificationNodeResult @Serializablesealed interface TreeClassificationNodeResult(source)Snapshot of a single classification-tree node; split or leaf.InheritorsTreeClassificationSplitResultTreeClassificationLeafResult Properties value abstract val value: ClassCountsResult(source)Aggregate over every observation routed through this node. Functions findLeaf abstract fun findLeaf(x: VectorView): ClassCountsResult(source)Route x to the leaf this subtree assigns it to. On this pagePropertiesvalueFunctionsfindLeaf