TreeSplitResult
@Serializable
@SerialName(value = "TreeSplitResult")
Immutable split-node snapshot.
Properties
Functions
Link copied to clipboard
Route x to the leaf this subtree assigns it to.
TreeSplitResult
constructor(split: Split, pos: TreeNodeResult, neg: TreeNodeResult, value: WeightedVarianceResult)(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.