Trait stamm::randforest::FromGetProbability [] [src]

pub trait FromGetProbability {
    fn probability(&self) -> f64;
}

For voting some probability this trait should be implemented by the leaf data for extracting this probability

Required Methods

Implementors