[][src]Trait gp::Mean

pub trait Mean<X> {
    fn mean(&self, x: &X) -> f64;
}

Required methods

fn mean(&self, x: &X) -> f64

Loading content...

Implementors

Loading content...