#include <Isomap.h>
Inheritance diagram for PLearn::Isomap:


Public Member Functions | |
| Isomap () | |
| Default constructor. | |
| virtual void | build () |
| Simply calls inherited::build() then build_(). | |
| virtual void | makeDeepCopyFromShallowCopy (map< const void *, void * > &copies) |
| Transforms a shallow copy into a deep copy. | |
| PLEARN_DECLARE_OBJECT (Isomap) | |
| virtual void | forget () |
| (Re-)initializes the PLearner in its fresh state. | |
Public Attributes | |
| Ker | distance_kernel |
| string | geodesic_file |
| int | knn |
Static Protected Member Functions | |
| void | declareOptions (OptionList &ol) |
| Declares this class' options. | |
Private Types | |
| typedef KernelPCA | inherited |
Private Member Functions | |
| void | build_ () |
| This does the actual building. | |
|
|
Reimplemented from PLearn::KernelPCA. |
|
|
Default constructor.
Definition at line 53 of file Isomap.cc. References distance_kernel. |
|
|
Simply calls inherited::build() then build_().
Reimplemented from PLearn::KernelPCA. Definition at line 111 of file Isomap.cc. References build_(). Referenced by PLearn::IsomapTangentLearner::build_(). |
|
|
This does the actual building.
Reimplemented from PLearn::KernelPCA. Definition at line 120 of file Isomap.cc. References distance_kernel, geodesic_file, and knn. Referenced by build(). |
|
|
Declares this class' options.
Reimplemented from PLearn::KernelPCA. Definition at line 75 of file Isomap.cc. References PLearn::declareOption(), PLearn::OptionList, and PLearn::redeclareOption(). |
|
|
(Re-)initializes the PLearner in its fresh state.
Reimplemented from PLearn::KernelPCA. |
|
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::KernelPCA. Definition at line 152 of file Isomap.cc. References PLERROR. |
|
|
|
|
|
|
|
|
Definition at line 76 of file Isomap.h. Referenced by build_(). |
|
|
Definition at line 77 of file Isomap.h. Referenced by PLearn::IsomapTangentLearner::build_(), and build_(). |
1.3.7