Struct rusty_machine::learning::toolkit::activ_fn::Linear [] [src]

pub struct Linear;

Linear activation function.

Trait Implementations

impl Clone for Linear
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Linear
[src]

impl Debug for Linear
[src]

Formats the value using the given formatter.

impl ActivationFunc for Linear
[src]

The activation function.

The gradient of the activation function.

The inverse of the activation function.