11 #ifndef _LIBSVM_MULTICLASS_H___ 12 #define _LIBSVM_MULTICLASS_H___ 14 #include <shogun/lib/config.h> 18 #include <shogun/lib/external/shogun_libsvm.h> 49 virtual const char*
get_name()
const {
return "MulticlassLibSVM"; }
63 void register_params();
The class Labels models labels, i.e. class assignments of objects.
virtual ~CMulticlassLibSVM()
class LibSVMMultiClass. Does one vs one classification.
LIBSVM_SOLVER_TYPE solver_type
virtual EMachineType get_classifier_type()
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.
virtual bool train_machine(CFeatures *data=NULL)
virtual const char * get_name() const
CMulticlassLibSVM(LIBSVM_SOLVER_TYPE st=LIBSVM_C_SVC)