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