Trait Sigmoid

Source
pub trait Sigmoid {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn sigmoid(self) -> Self::Output

Implementors§