1 #ifndef _theplu_yat_utility_pca_ 2 #define _theplu_yat_utility_pca_ 110 void row_center(
Matrix& A_center);
Definition: MatrixBase.h:54
The Department of Theoretical Physics namespace as we define it.
Matrix projection(const MatrixBase &) const
This is the yat interface to GSL vector.
Definition: Vector.h:59
const Vector & eigenvalues(void) const
Returns eigenvalues.
Interface to GSL matrix.
Definition: Matrix.h:104
Principal Component Analysis.
Definition: PCA.h:53
Definition: MatrixMutable.h:58
const Matrix & eigenvectors(void) const
Get all eigenvectors in a Matrix.