kumulant

FeatureRange

@Serializable
@SerialName(value = "FeatureRange")
data class FeatureRange(val low: Double, val high: Double)(source)

Per-feature (low, high) range used to seed random thresholds at tree construction.

Constructors

FeatureRange

constructor(low: Double, high: Double)(source)

Properties

high

Exclusive upper bound of the feature's expected value range.

low

Inclusive lower bound of the feature's expected value range.