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.
- Fast
IcaBuilder - Builder for
FastIca
. - Pca
- Principal component analysis.
- PcaBuilder
- Builder for
Pca
. - Randomized
Pca - Principal component analysis using randomized singular value decomposition.
- Randomized
PcaBuilder - Builder for
RandomizedPca
.
Enums§
- Decomposition
Error - The error type for PCA operations.