11 #ifndef KERNELLOCALLYLINEAREMBEDDING_H_
12 #define KERNELLOCALLYLINEAREMBEDDING_H_
66 virtual const char*
get_name()
const;
static void * run_linearreconstruction_thread(void *p)
CSimpleFeatures< float64_t > * embed_kernel(CKernel *kernel)
virtual SGMatrix< int32_t > get_neighborhood_matrix(SGMatrix< float64_t > kernel_matrix, int32_t k)
CKernelLocallyLinearEmbedding()
virtual CFeatures * apply(CFeatures *features)
the class KernelLocallyLinearEmbedding used to preprocess data using kernel extension of Locally Line...
virtual ~CKernelLocallyLinearEmbedding()
the class LocallyLinearEmbedding used to preprocess data using Locally Linear Embedding algorithm des...
virtual const char * get_name() const
The class Features is the base class of all feature objects.
virtual SGMatrix< float64_t > construct_weight_matrix(SGMatrix< float64_t > kernel_matrix, SGMatrix< int32_t > neighborhood_matrix)
HELPERS.
static void * run_neighborhood_thread(void *p)
THREADS.