12 #include <shogun/lib/config.h> 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...
virtual const char * get_name() const
void set_reconstruction_shift(float64_t reconstruction_shift)
float64_t get_nullspace_shift() const
float64_t m_reconstruction_shift
Features that support dot products among other operations.
float64_t get_reconstruction_shift() const
virtual ~CLocallyLinearEmbedding()
virtual CFeatures * apply(CFeatures *features)
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.
CLocallyLinearEmbedding()
float64_t m_nullspace_shift