#include <LLE.h>
Inheritance diagram for PLearn::LLE:
Public Member Functions | |
LLE () | |
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 (LLE) | |
virtual void | forget () |
(Re-)initializes the PLearner in its fresh state. | |
Public Attributes | |
bool | classical_induction |
int | knn |
real | reconstruct_coeff |
real | regularizer |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
Declares this class' options. | |
Protected Attributes | |
PP< LLEKernel > | lle_kernel |
Private Types | |
typedef KernelProjection | inherited |
Private Member Functions | |
void | build_ () |
This does the actual building. |
|
Reimplemented from PLearn::KernelProjection. |
|
Default constructor.
Definition at line 52 of file LLE.cc. References lle_kernel. |
|
Simply calls inherited::build() then build_().
Reimplemented from PLearn::KernelProjection. Definition at line 111 of file LLE.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::KernelProjection. Definition at line 120 of file LLE.cc. References classical_induction, knn, lle_kernel, reconstruct_coeff, and regularizer. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::KernelProjection. Definition at line 71 of file LLE.cc. References PLearn::declareOption(), PLearn::OptionList, and PLearn::redeclareOption(). |
|
(Re-)initializes the PLearner in its fresh state.
Reimplemented from PLearn::KernelProjection. |
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::KernelProjection. Definition at line 147 of file LLE.cc. References PLERROR. |
|
|
|
Definition at line 74 of file LLE.h. Referenced by build_(). |
|
Definition at line 75 of file LLE.h. Referenced by build_(). |
|
|
|
Definition at line 76 of file LLE.h. Referenced by build_(). |
|
Definition at line 77 of file LLE.h. Referenced by build_(). |