Struct rusty_machine::learning::toolkit::activ_fn::Sigmoid
[−]
[src]
pub struct Sigmoid;
Sigmoid activation function.
Trait Implementations
impl Clone for Sigmoid
[src]
fn clone(&self) -> Sigmoid
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more