17 #include <shogun/lib/tapkee/tapkee_shogun.hpp>
77 return "LocallyLinearEmbedding";
84 TAPKEE_PARAMETERS_FOR_SHOGUN parameters;
85 parameters.n_neighbors =
m_k;
87 parameters.method = SHOGUN_LOCALLY_LINEAR_EMBEDDING;
89 parameters.kernel = kernel;
Computes the standard linear kernel on CDotFeatures.
class EmbeddingConverter (part of the Efficient Dimensionality Reduction Toolkit) used to construct e...
void set_reconstruction_shift(float64_t reconstruction_shift)
virtual const char * get_name() const
float64_t m_reconstruction_shift
Features that support dot products among other operations.
virtual ~CLocallyLinearEmbedding()
virtual CFeatures * apply(CFeatures *features)
float64_t get_nullspace_shift() const
void set_nullspace_shift(float64_t nullspace_shift)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
float64_t get_reconstruction_shift() const
CLocallyLinearEmbedding()
float64_t m_nullspace_shift