6 #ifndef KDTREESOLVER_H__ 7 #define KDTREESOLVER_H__ 9 #include <shogun/lib/config.h> 52 const char*
get_name()
const {
return "KDTREEKNNSolver"; }
Class Distance, a base class for all the distances used in the Shogun toolbox.
virtual ~CKDTREEKNNSolver()
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.
const char * get_name() const
virtual CMulticlassLabels * classify_objects(CDistance *d, const int32_t num_lab, SGVector< int32_t > &train_lab, SGVector< float64_t > &classes) const
all of classes and functions are contained in the shogun namespace