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. Constructors FeatureRange constructor(low: Double, high: Double)(source) Properties 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. On this pageConstructorsFeatureRangePropertieshighlow