GClasses
|
This is the base class of algorithms that transform data without supervision. More...
#include <GTransform.h>
Public Member Functions | |
GTransform () | |
GTransform (GDomNode *pNode, GLearnerLoader &ll) | |
virtual | ~GTransform () |
virtual GMatrix * | reduce (const GMatrix &in)=0 |
Applies the transformation to pIn and returns the results. More... | |
Protected Member Functions | |
virtual GDomNode * | baseDomNode (GDom *pDoc, const char *szClassName) const |
Child classes should use this in their implementation of serialize. More... | |
This is the base class of algorithms that transform data without supervision.
GClasses::GTransform::GTransform | ( | ) |
GClasses::GTransform::GTransform | ( | GDomNode * | pNode, |
GLearnerLoader & | ll | ||
) |
|
virtual |
|
protectedvirtual |
Child classes should use this in their implementation of serialize.
Reimplemented in GClasses::GIncrementalTransform.
Applies the transformation to pIn and returns the results.
Implemented in GClasses::GScalingUnfolder, GClasses::GUnsupervisedBackProp, GClasses::GDynamicSystemStateAligner, GClasses::GNeuroPCA, GClasses::GBreadthFirstUnfolding, GClasses::GLLE, GClasses::GIsomap, GClasses::GIncrementalTransform, GClasses::GManifoldSculpting, and GClasses::GClusterer.