Crate petal_decomposition

Source
Expand description

petal-decomposition provides matrix decomposition algorithms including PCA (principal component analysis) and ICA (independent component analysis).

Structs§

FastIca
Independent component analysis using the FastICA algorithm.
FastIcaBuilder
Builder for FastIca.
Pca
Principal component analysis.
PcaBuilder
Builder for Pca.
RandomizedPca
Principal component analysis using randomized singular value decomposition.
RandomizedPcaBuilder
Builder for RandomizedPca.

Enums§

DecompositionError
The error type for PCA operations.