TreeClassificationSplitResult
@Serializable
@SerialName(value = "TreeClassificationSplitResult")
Immutable classification split-node snapshot.
Constructors
Link copied to clipboard
constructor(split: Split, pos: TreeClassificationNodeResult, neg: TreeClassificationNodeResult, value: ClassCountsResult)
Properties
Functions
Link copied to clipboard
Route x to the leaf this subtree assigns it to.
TreeClassificationSplitResult
constructor(split: Split, pos: TreeClassificationNodeResult, neg: TreeClassificationNodeResult, value: ClassCountsResult)(source)
findLeaf
Route x to the leaf this subtree assigns it to.
neg
Subtree taken when split is false.
pos
Subtree taken when split is true.
split
value
Aggregate over every observation routed through this node.