11 #ifndef LAPLACIANEIGENMAPS_H_
12 #define LAPLACIANEIGENMAPS_H_
62 void set_k(int32_t k);
67 int32_t
get_k()
const;
80 virtual const char*
get_name()
const;
float distance(CJLCoverTreePoint p1, CJLCoverTreePoint p2, float64_t upper_bound)
Class Distance, a base class for all the distances used in the Shogun toolbox.
class EmbeddingConverter (part of the Efficient Dimensionality Reduction Toolkit) used to construct e...
virtual ~CLaplacianEigenmaps()
virtual CDenseFeatures< float64_t > * embed_distance(CDistance *distance)
float64_t get_tau() const
void set_tau(float64_t tau)
class LaplacianEigenmaps used to construct embeddings of data using Laplacian Eigenmaps algorithm as ...
all of classes and functions are contained in the shogun namespace
virtual CFeatures * apply(CFeatures *features)
The class Features is the base class of all feature objects.
virtual const char * get_name() const