15 #include <shogun/lib/tapkee/tapkee_shogun.hpp>
30 return "NeighborhoodPreservingEmbedding";
36 TAPKEE_PARAMETERS_FOR_SHOGUN parameters;
37 parameters.n_neighbors =
m_k;
39 parameters.method = SHOGUN_NEIGHBORHOOD_PRESERVING_EMBEDDING;
41 parameters.kernel = kernel;
Computes the standard linear kernel on CDotFeatures.
Features that support dot products among other operations.
virtual CFeatures * apply(CFeatures *features)
virtual ~CNeighborhoodPreservingEmbedding()
CNeighborhoodPreservingEmbedding()
class LocallyLinearEmbedding used to embed data using Locally Linear Embedding algorithm described in...
all of classes and functions are contained in the shogun namespace
virtual const char * get_name() const
The class Features is the base class of all feature objects.
float64_t m_nullspace_shift