Skip to main content

Module pca

Module pca 

Source
Expand description

Principal Component Analysis via the covariance method.

Modules§

state
Typestate markers for super::Pca.

Structs§

Pca
Principal Component Analysis, state-aware via type parameter.

Enums§

PcaError
Error type for PCA operations.

Traits§

PcaComponent
State of a Pca. Sealed: downstream crates cannot add states, so the set of valid transitions stays a fact local to this module.

Type Aliases§

PcaResult