15 #include <shogun/lib/tapkee/tapkee_shogun.hpp>
17 using namespace shogun;
30 return "LocalityPreservingProjections";
35 TAPKEE_PARAMETERS_FOR_SHOGUN parameters;
37 parameters.n_neighbors =
m_k;
38 parameters.gaussian_kernel_width =
m_tau;
39 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 ...
The class Features is the base class of all feature objects.
virtual bool init(CFeatures *lhs, CFeatures *rhs)
virtual ~CLocalityPreservingProjections()