Enum nn::LearningMode [] [src]

pub enum LearningMode {
    Incremental,
}

Specifies which learning mode to use when training the network

Variants

train the network Incrementally (updates weights after each example)

Trait Implementations

impl Debug for LearningMode
[src]

Formats the value using the given formatter.

impl Copy for LearningMode
[src]

impl Clone for LearningMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LearningMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.