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