12 #include <shogun/lib/tapkee/tapkee_shogun.hpp>
26 void CTDistributedStochasticNeighborEmbedding::init()
38 return "TDistributedStochasticNeighborEmbedding";
54 m_perplexity = perplexity;
64 TAPKEE_PARAMETERS_FOR_SHOGUN parameters;
65 parameters.sne_theta = m_theta;
66 parameters.sne_perplexity = m_perplexity;
69 parameters.method = SHOGUN_TDISTRIBUTED_STOCHASTIC_NEIGHBOR_EMBEDDING;
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)
Features that support dot products among other operations.
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