kumulant

TreeClassificationNodeResult

@Serializable
sealed interface TreeClassificationNodeResult(source)

Snapshot of a single classification-tree node; split or leaf.

Inheritors

Properties

Link copied to clipboard
abstract val value: ClassCountsResult

Aggregate over every observation routed through this node.

Functions

Link copied to clipboard

Route x to the leaf this subtree assigns it to.

findLeaf

Route x to the leaf this subtree assigns it to.

value

Aggregate over every observation routed through this node.