7 #ifndef COVERTREESOLVER_H__ 8 #define COVERTREESOLVER_H__ 10 #include <shogun/lib/config.h> 49 const char*
get_name()
const {
return "CoverTreeKNNSolver"; }
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual SGVector< int32_t > classify_objects_k(CDistance *d, const int32_t num_lab, SGVector< int32_t > &train_lab, SGVector< int32_t > &classes) const
Multiclass Labels for multi-class classification.
all of classes and functions are contained in the shogun namespace
virtual ~CCoverTreeKNNSolver()
virtual CMulticlassLabels * classify_objects(CDistance *d, const int32_t num_lab, SGVector< int32_t > &train_lab, SGVector< float64_t > &classes) const
const char * get_name() const