|
GClasses
|
This is the base class of algorithms that transform data without supervision.
#include <GTransform.h>
Public Member Functions | |
| GTransform () | |
| GTransform (const GDomNode *pNode) | |
| 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... | |
| GClasses::GTransform::GTransform | ( | ) |
| GClasses::GTransform::GTransform | ( | const GDomNode * | pNode | ) |
|
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::GSelfOrganizingMap, GClasses::GScalingUnfolder, GClasses::GBreadthFirstUnfolding, GClasses::GLLE, GClasses::GIsomap, GClasses::GIncrementalTransform, GClasses::GManifoldSculpting, and GClasses::GClusterer.