Go to the documentation of this file.
12 #ifndef _SCATTERSVM_H___
13 #define _SCATTERSVM_H___
18 #include <shogun/lib/external/shogun_libsvm.h>
90 virtual const char*
get_name()
const {
return "ScatterSVM"; }
104 void compute_norm_wc();
105 virtual bool train_no_bias_libsvm();
107 virtual bool train_testrule12();
SHOGUN Machine Learning Toolbox - Documentation