12 #ifndef _SCATTERSVM_H___ 13 #define _SCATTERSVM_H___ 16 #include <shogun/lib/config.h> 18 #include <shogun/lib/external/shogun_libsvm.h> 89 virtual const char*
get_name()
const {
return "ScatterSVM"; }
103 void compute_norm_wc();
104 virtual bool train_no_bias_libsvm();
106 virtual bool train_testrule12();
108 void register_params();
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
virtual const char * get_name() const
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()