Struct fann::BatchParams [] [src]

pub struct BatchParams {
    pub learning_rate: c_float,
}

Fields

learning_rate

The learning rate determines how aggressive training should be. Default is 0.7.

Trait Implementations

impl Default for BatchParams

fn default() -> BatchParams

Derived Implementations

impl PartialEq for BatchParams

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

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

impl Debug for BatchParams

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

impl Clone for BatchParams

fn clone(&self) -> BatchParams

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

impl Copy for BatchParams