11 #ifndef MULTIDIMENSIONALSCALING_H_ 12 #define MULTIDIMENSIONALSCALING_H_ 13 #include <shogun/lib/config.h> float distance(CJLCoverTreePoint p1, CJLCoverTreePoint p2, float64_t upper_bound)
void set_landmark(bool landmark)
Class Distance, a base class for all the distances used in the Shogun toolbox.
int32_t get_landmark_number() const
class EmbeddingConverter (part of the Efficient Dimensionality Reduction Toolkit) used to construct e...
virtual CDenseFeatures< float64_t > * embed_distance(CDistance *distance)
SGVector< float64_t > get_eigenvalues() const
CMultidimensionalScaling()
const char * get_name() const
class Multidimensionalscaling is used to perform multidimensional scaling (capable of landmark approx...
void set_landmark_number(int32_t num)
virtual ~CMultidimensionalScaling()
virtual CFeatures * apply(CFeatures *features)
int32_t m_landmark_number
virtual void init()
HELPERS.
bool get_landmark() const
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
SGVector< float64_t > m_eigenvalues
FIELDS.