11 #ifndef NEIGHBORHOODPRESERVINGEMBEDDING_H_
12 #define NEIGHBORHOODPRESERVINGEMBEDDING_H_
49 virtual const char*
get_name()
const;
virtual ~CNeighborhoodPreservingEmbedding()
NeighborhoodPreservingEmbedding converter used to construct embeddings as described in: ...
CNeighborhoodPreservingEmbedding()
the class LocallyLinearEmbedding used to preprocess data using Locally Linear Embedding algorithm des...
virtual const char * get_name() const
virtual SGMatrix< float64_t > construct_embedding(CFeatures *features, SGMatrix< float64_t > matrix, int dimension)
The class Features is the base class of all feature objects.