11 #ifndef DIFFUSIONMAPS_H_ 12 #define DIFFUSIONMAPS_H_ 13 #include <shogun/lib/config.h> 63 void set_t(int32_t t);
68 int32_t
get_t()
const;
81 virtual const char*
get_name()
const;
float distance(CJLCoverTreePoint p1, CJLCoverTreePoint p2, float64_t upper_bound)
virtual CFeatures * apply(CFeatures *features)
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual CDenseFeatures< float64_t > * embed_distance(CDistance *distance)
class EmbeddingConverter (part of the Efficient Dimensionality Reduction Toolkit) used to construct e...
virtual const char * get_name() const
class DiffusionMaps used to preprocess given data using Diffusion Maps dimensionality reduction techn...
virtual ~CDiffusionMaps()
void set_width(float64_t width)
float64_t get_width() const
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.