12 #include <shogun/lib/config.h> 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.
virtual const char * get_name() const
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
The class Features is the base class of all feature objects.
float64_t m_nullspace_shift