11 #ifndef DIFFUSIONMAPS_H_
12 #define DIFFUSIONMAPS_H_
52 void set_t(int32_t t);
57 int32_t
get_t()
const;
60 virtual const char*
get_name()
const;
virtual CFeatures * apply(CFeatures *features)
class EmbeddingConverter used to create embeddings of features, e.g. construct dense numeric embeddin...
CDiffusionMaps used to preprocess given data using diffusion maps dimensionality reduction technique...
virtual ~CDiffusionMaps()
virtual const char * get_name() const
The class Features is the base class of all feature objects.
virtual CSimpleFeatures< float64_t > * embed_kernel(CKernel *kernel)