Enum nn::LearningMode [-] [+] [src]

pub enum LearningMode {
    Incremental,
}

Specifies which learning mode to use when training the network

Variants

Incremental

train the network Incrementally (updates weights after each example)

Trait Implementations

Derived Implementations

impl PartialEq for LearningMode

fn eq(&self, __arg_0: &LearningMode) -> bool

fn ne(&self, __arg_0: &LearningMode) -> bool

impl Clone for LearningMode

fn clone(&self) -> LearningMode

fn clone_from(&mut self, source: &Self)

impl Copy for LearningMode

impl Debug for LearningMode

fn fmt(&self, __arg_0: &mut Formatter) -> Result