Trait rustml::math::mean::MeanVec [] [src]

pub trait MeanVec<T> {
    fn mean(&self) -> T;
}

Required Methods

fn mean(&self) -> T

Implementors