11 #ifndef LOCALLYLINEAREMBEDDING_H_ 12 #define LOCALLYLINEAREMBEDDING_H_ 13 #include <shogun/lib/config.h> 64 void set_k(int32_t k);
69 int32_t
get_k()
const;
92 virtual const char*
get_name()
const;
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
float64_t get_reconstruction_shift() const
virtual ~CLocallyLinearEmbedding()
virtual CFeatures * apply(CFeatures *features)
class LocallyLinearEmbedding used to embed data using Locally Linear Embedding algorithm described in...
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