14 #include <shogun/lib/tapkee/tapkee_shogun.hpp>
29 return "HessianLocallyLinearEmbedding";
35 TAPKEE_PARAMETERS_FOR_SHOGUN parameters;
36 parameters.n_neighbors =
m_k;
38 parameters.method = SHOGUN_HESSIAN_LOCALLY_LINEAR_EMBEDDING;
40 parameters.kernel = kernel;
Computes the standard linear kernel on CDotFeatures.
CHessianLocallyLinearEmbedding()
virtual const char * get_name() const
Features that support dot products among other operations.
class LocallyLinearEmbedding used to embed data using Locally Linear Embedding algorithm described in...
virtual ~CHessianLocallyLinearEmbedding()
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
virtual CFeatures * apply(CFeatures *features)