GClasses
|
Principle Component Analysis without the projection. It only rotates axes to align with the first few principal components. More...
#include <GTransform.h>
Static Public Member Functions | |
static void | test () |
Performs unit tests for this class. Throws an exception if there is a failure. More... | |
static GMatrix * | transform (size_t nDims, size_t nOutputs, const GMatrix *pData, size_t nComponents, GRand *pRand) |
This rotates the data to align the first nComponents axes with the same number of principle components. More... | |
Principle Component Analysis without the projection. It only rotates axes to align with the first few principal components.
|
static |
Performs unit tests for this class. Throws an exception if there is a failure.