#include <pca_tool.h>
Inheritance diagram for mimas::pca_tool:


Public Member Functions | |
| pca_tool (void) | |
| constructor | |
| void | pca (matrix_tool &X) |
| perform PCA on columns of input matrix X | |
| void | project (matrix_tool &Y, int n) |
| reduced to n component and store new representation in Y | |
Definition at line 21 of file pca_tool.h.
| mimas::pca_tool::pca_tool | ( | void | ) |
| void mimas::pca_tool::pca | ( | matrix_tool & | X | ) |
perform PCA on columns of input matrix X
Definition at line 38 of file pca_tool.h.
References MMERROR.
| void mimas::pca_tool::project | ( | matrix_tool & | Y, | |
| int | n | |||
| ) |
reduced to n component and store new representation in Y
Definition at line 74 of file pca_tool.h.
References MMERROR.