Trait CrossEntropy

Source
pub trait CrossEntropy {
    type Output;

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

Required Associated Types§

Required Methods§

Source

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

Implementors§