Struct fann::BatchParams [] [src]

pub struct BatchParams {
    pub learning_rate: c_float,
}

Fields

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

Trait Implementations

impl Copy for BatchParams
[src]

impl Clone for BatchParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BatchParams
[src]

Formats the value using the given formatter.

impl PartialEq for BatchParams
[src]

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

This method tests for !=.

impl Default for BatchParams
[src]

Returns the "default value" for a type. Read more