Package dimensionality_reduction

Class Summary
PCA The following is a simple example of how to perform basic principle component analysis in EJML.
PCALearning This class can be used to learn a PCA projection matrix.
PCAProjection This class can be used to perform PCA projection of a set of vectors using an already learned PCA projection matrix.