11 #ifndef MANIFOLDSCULPTING_H_
12 #define MANIFOLDSCULPTING_H_
37 virtual const char*
get_name()
const;
49 void set_k(
const int32_t k);
55 int32_t
get_k()
const;
class EmbeddingConverter (part of the Efficient Dimensionality Reduction Toolkit) used to construct e...
void set_squishing_rate(const float64_t squishing_rate)
void set_max_iteration(const int32_t max_iteration)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
void set_k(const int32_t k)
float64_t get_squishing_rate() const
int32_t get_max_iteration() const
class CManifoldSculpting used to embed data using manifold sculpting embedding algorithm.
virtual const char * get_name() const
virtual CFeatures * apply(CFeatures *features)
virtual ~CManifoldSculpting()