Trait concision_core::func::loss::Loss

source ·
pub trait Loss<T> {
    type Output;

    // Required method
    fn loss(&self, cmp: &T) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn loss(&self, cmp: &T) -> Self::Output

Implementors§