1 #ifndef _theplu_yat_utility_pca_
2 #define _theplu_yat_utility_pca_
101 void row_center(
Matrix& A_center);
Matrix projection(const Matrix &) const
This is the yat interface to GSL vector.
Definition: Vector.h:57
const Vector & eigenvalues(void) const
Returns eigenvalues.
const Matrix & eigenvectors(void) const
Get all eigenvectors in a Matrix.
Interface to GSL matrix.
Definition: Matrix.h:63
Principal Component Analysis.
Definition: PCA.h:51