kumulant

SplitInfo

data class SplitInfo(val top1: Double, val top2: Double, val bestIndex: Int)(source)

Result of evaluating all candidate splits at a leaf: best score, runner-up, best index.

Constructors

Link copied to clipboard
constructor(top1: Double, top2: Double, bestIndex: Int)

Properties

Link copied to clipboard

Index into the leaf's candidate list of the best split (-1 if none qualified).

Link copied to clipboard

Best candidate's score.

Link copied to clipboard

Runner-up's score.

SplitInfo

constructor(top1: Double, top2: Double, bestIndex: Int)(source)

bestIndex

Index into the leaf's candidate list of the best split (-1 if none qualified).

top1

Best candidate's score.

top2

Runner-up's score.