Expand description

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

Structs

Independent component analysis using the FastICA algorithm.

Builder for FastIca.

Principal component analysis.

Builder for Pca.

Principal component analysis using randomized singular value decomposition.

Enums

The error type for PCA operations.