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