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 cholesky decomposition of the inverse of the covariance matrix