Struct drav::PCA [] [src]

pub struct PCA { /* fields omitted */ }

Methods

impl PCA
[src]

Transform a set of data into its reduced dimensionas

Transform an individual vector.

Reconstruct the best approximation of the original vector using the transformed vector.

Reconstruct the best approximatio of the original vector using a subset of the elements.

Reconstruct the best approximation for a data set using the transformed data set. Return the matrix of eigenvectors, with each column representing an eigenvector.