Searched defs:noise_threshold (Results 1 – 6 of 6) sorted by relevance
10 pub noise_threshold: f64, field24 pub(crate) noise_threshold: Option<f64>, field
167 pub fn noise_threshold(&mut self, threshold: f64) -> &mut Self { in noise_threshold() method
352 noise_threshold: f64, field
572 pub fn noise_threshold(mut self, threshold: f64) -> Criterion<M> { in noise_threshold() method
31 pub noise_threshold: f64, field
63 const float noise_threshold = in GetPredictions() local