Definition at line 24 of file LocalityPreservingProjections.h.

Public Member Functions | |
| CLocalityPreservingProjections () | |
| virtual | ~CLocalityPreservingProjections () |
| virtual const char * | get_name () const |
Protected Member Functions | |
| virtual CSimpleFeatures < float64_t > * | construct_embedding (CFeatures *features, SGMatrix< float64_t > W_matrix) |
constructor
Definition at line 23 of file LocalityPreservingProjections.cpp.
| ~CLocalityPreservingProjections | ( | ) | [virtual] |
destructor
Definition at line 28 of file LocalityPreservingProjections.cpp.
| CSimpleFeatures< float64_t > * construct_embedding | ( | CFeatures * | features, | |
| SGMatrix< float64_t > | W_matrix | |||
| ) | [protected, virtual] |
construct embedding
| features | features | |
| W_matrix | W matrix to be used |
Reimplemented from CLaplacianEigenmaps.
Definition at line 37 of file LocalityPreservingProjections.cpp.
| const char * get_name | ( | ) | const [virtual] |
get name
Reimplemented from CLaplacianEigenmaps.
Definition at line 32 of file LocalityPreservingProjections.cpp.