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


Public Member Functions | |
| KernelPCA () | |
| 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 (KernelPCA) | |
| virtual void | forget () |
| (Re-)initializes the PLearner in its fresh state. | |
Public Attributes | |
| Ker | kpca_kernel |
| bool | kernel_is_distance |
| bool | remove_bias |
| bool | remove_bias_in_evaluate |
Static Protected Member Functions | |
| void | declareOptions (OptionList &ol) |
| Declares this class' options. | |
Private Types | |
| typedef KernelProjection | inherited |
Private Member Functions | |
| void | build_ () |
| This does the actual building. | |
|
|
Reimplemented from PLearn::KernelProjection. Reimplemented in PLearn::Isomap. Definition at line 57 of file KernelPCA.h. |
|
|
Default constructor.
Definition at line 52 of file KernelPCA.cc. |
|
|
Simply calls inherited::build() then build_().
Reimplemented from PLearn::KernelProjection. Reimplemented in PLearn::Isomap. Definition at line 103 of file KernelPCA.cc. References build_(). Referenced by PLearn::KPCATangentLearner::train(). |
|
|
This does the actual building.
Reimplemented from PLearn::KernelProjection. Reimplemented in PLearn::Isomap. Definition at line 112 of file KernelPCA.cc. References kernel_is_distance, kpca_kernel, remove_bias, and remove_bias_in_evaluate. Referenced by build(). |
|
|
Declares this class' options.
Reimplemented from PLearn::KernelProjection. Reimplemented in PLearn::Isomap. Definition at line 70 of file KernelPCA.cc. References PLearn::declareOption(), PLearn::OptionList, and PLearn::redeclareOption(). |
|
|
(Re-)initializes the PLearner in its fresh state.
Reimplemented from PLearn::KernelProjection. Reimplemented in PLearn::Isomap. Definition at line 132 of file KernelPCA.cc. |
|
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::KernelProjection. Reimplemented in PLearn::Isomap. Definition at line 140 of file KernelPCA.cc. References PLERROR. |
|
|
|
|
|
Definition at line 72 of file KernelPCA.h. Referenced by build_(). |
|
|
Definition at line 71 of file KernelPCA.h. Referenced by build_(), and PLearn::KPCATangentLearner::train(). |
|
|
Definition at line 73 of file KernelPCA.h. Referenced by build_(). |
|
|
Definition at line 74 of file KernelPCA.h. Referenced by build_(). |
1.3.7