14 #include <shogun/lib/tapkee/tapkee_shogun.hpp>
29 return "LocalityPreservingProjections";
34 TAPKEE_PARAMETERS_FOR_SHOGUN parameters;
36 parameters.n_neighbors =
m_k;
37 parameters.gaussian_kernel_width =
m_tau;
38 parameters.method = SHOGUN_LOCALITY_PRESERVING_PROJECTIONS;
virtual const char * get_name() const
Features that support dot products among other operations.
CLocalityPreservingProjections()
virtual CFeatures * apply(CFeatures *features)
class LaplacianEigenmaps used to construct embeddings of data using Laplacian Eigenmaps algorithm as ...
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual bool init(CFeatures *lhs, CFeatures *rhs)
virtual ~CLocalityPreservingProjections()