11 #ifndef KERNELLOCALLYLINEAREMBEDDING_H_ 12 #define KERNELLOCALLYLINEAREMBEDDING_H_ 13 #include <shogun/lib/config.h> 67 virtual const char*
get_name()
const;
CKernelLocallyLinearEmbedding()
virtual CFeatures * apply(CFeatures *features)
class KernelLocallyLinearEmbedding used to construct embeddings of data using kernel formulation of L...
virtual ~CKernelLocallyLinearEmbedding()
class LocallyLinearEmbedding used to embed data using Locally Linear Embedding algorithm described in...
CDenseFeatures< float64_t > * embed_kernel(CKernel *kernel)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual const char * get_name() const