Struct neural_network::back_prop::TrainingResult [] [src]

pub struct TrainingResult {
    pub duration: Duration,
    pub epochs: u64,
    pub error: f64,
    pub min_error: f64,
}

Fields

Trait Implementations

impl Clone for TrainingResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TrainingResult
[src]

[src]

Formats the value using the given formatter.