kumulant/com.eignex.kumulant.stat.anomaly/FeatureRange 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. Members Constructors FeatureRange Link copied to clipboard constructor(low: Double, high: Double) Properties high Link copied to clipboard val high: DoubleExclusive upper bound of the feature's expected value range. low Link copied to clipboard val low: DoubleInclusive lower bound of the feature's expected value range. FeatureRange constructor(low: Double, high: Double)(source) high val high: Double(source)Exclusive upper bound of the feature's expected value range. low val low: Double(source)Inclusive lower bound of the feature's expected value range.