Struct linfa_preprocessing::whitening::Whitener[][src]

pub struct Whitener { /* fields omitted */ }
Expand description

Struct that can be fitted to the input data to obtain the related whitening matrix. Fitting returns a FittedWhitener struct that can be used to apply the whitening transformation to the input data.

Implementations

Creates an instance of a Whitener that uses the PCA method

Creates an instance of a Whitener that uses the ZCA (Mahalanobis) method

Creates an instance of a Whitener that uses the cholesky decomposition of the inverse of the covariance matrix

Trait Implementations

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.