Struct rusty_machine::learning::toolkit::activ_fn::Exp
[−]
[src]
pub struct Exp;
Exponential activation function.
Trait Implementations
impl Clone for Exp
[src]
fn clone(&self) -> Exp
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