Trait Entropy

Source
pub trait Entropy<T = Self> {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn cross_entropy(&self, target: &T) -> Self::Output

Implementors§