GPLIB++
Namespaces | Functions
PCA.h File Reference
#include "VecMat.h"
#include "statutils.h"
#include "Cov.h"

Go to the source code of this file.

Namespaces

 gplib
 

Functions

template<typename UblasMatrix >
void gplib::PCA (const UblasMatrix &observations, gplib::cmat &evectors, gplib::cvec &evalues)
 This template function calculates the principal component rotation matrix from a matrix of observations. More...
 
gplib::cmat gplib::WhiteMat (gplib::cmat &evectors, gplib::cvec &evalues)
 Calculate the Whitening Matrix. More...
 
gplib::cmat gplib::DeWhiteMat (gplib::cmat &evectors, gplib::cvec &evalues)
 Calculate the Dewhitening Matrix. More...