Struct favannat::matrix::evaluator::SelfNormalizingMatrixEvaluator[][src]

pub struct SelfNormalizingMatrixEvaluator {
    pub stages: Vec<Array2<f64>>,
    pub transformations: Vec<Vec<fn(_: f64) -> f64>>,
    pub cumulative_average: Vec<Array1<f64>>,
    pub cumulative_square_average: Vec<Array1<f64>>,
    pub evaluation_counter: usize,
}

Fields

stages: Vec<Array2<f64>>transformations: Vec<Vec<fn(_: f64) -> f64>>cumulative_average: Vec<Array1<f64>>cumulative_square_average: Vec<Array1<f64>>evaluation_counter: usize

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.