Struct juggernaut::sample::Sample [] [src]

pub struct Sample {
    pub inputs: Vec<f64>,
    pub outputs: Vec<f64>,
}

A sample of the given dataset

Fields

Methods

impl Sample
[src]

Trait Implementations

impl Debug for Sample
[src]

Formats the value using the given formatter.