kumulant

TreeLeafResult

@Serializable
@SerialName(value = "TreeLeafResult")
data class TreeLeafResult(val value: WeightedVarianceResult) : TreeNodeResult(source)

Immutable leaf-node snapshot.

Constructors

Link copied to clipboard
constructor(value: WeightedVarianceResult)

Properties

Link copied to clipboard
open override val value: WeightedVarianceResult

Aggregate over every observation routed through this node.

Functions

Link copied to clipboard

Route x to the leaf this subtree assigns it to.

TreeLeafResult

constructor(value: WeightedVarianceResult)(source)

findLeaf

Route x to the leaf this subtree assigns it to.

value

open override val value: WeightedVarianceResult(source)

Aggregate over every observation routed through this node.