TreeSplitResult
@Serializable
@SerialName(value = "TreeSplitResult")
Immutable split-node snapshot.
Constructors
TreeSplitResult
constructor(split: SerializableSplit, pos: TreeNodeResult, neg: TreeNodeResult, value: WeightedVarianceResult)(source)
Properties
neg
Subtree taken when split is false.
pos
Subtree taken when split is true.
split
Routing predicate (wire-portable).
value
Aggregate over every observation routed through this node.