11 #ifndef TDISTRIBUTEDSTOCHASTICNEIGHBOREMBEDDING_H_
12 #define TDISTRIBUTEDSTOCHASTICNEIGHBOREMBEDDING_H_
38 virtual const char*
get_name()
const;
class CTDistributedStochasticNeighborEmbedding used to embed data using t-distributed stochastic neig...
class EmbeddingConverter (part of the Efficient Dimensionality Reduction Toolkit) used to construct e...
void set_perplexity(const float64_t perplexity)
virtual CFeatures * apply(CFeatures *features)
CTDistributedStochasticNeighborEmbedding()
virtual ~CTDistributedStochasticNeighborEmbedding()
void set_theta(const float64_t theta)
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
float64_t get_theta() const
float64_t get_perplexity() const
virtual const char * get_name() const