12 #ifndef _SCATTERSVM_H___
13 #define _SCATTERSVM_H___
18 #include <shogun/lib/external/shogun_libsvm.h>
92 virtual const char*
get_name()
const {
return "ScatterSVM"; }
106 void compute_norm_wc();
107 virtual bool train_no_bias_libsvm();
109 virtual bool train_no_bias_svmlight();
110 #endif //USE_SVMLIGHT
111 virtual bool train_testrule12();
virtual bool train_machine(CFeatures *data=NULL)
virtual float64_t apply_one(int32_t num)
The class Labels models labels, i.e. class assignments of objects.
SCATTER_TYPE scatter_type
ScatterSVM - Multiclass SVM.
all of classes and functions are contained in the shogun namespace
training with bias using test rule 2
The class Features is the base class of all feature objects.
training with bias using test rule 1
virtual EMachineType get_classifier_type()
virtual CLabels * classify_one_vs_rest()
virtual const char * get_name() const