Trait MeanAbsoluteError

Source
pub trait MeanAbsoluteError {
    type Output;

    // Required method
    fn mae(&self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn mae(&self) -> Self::Output

Implementors§