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