You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.5 KiB
C++
29 lines
1.5 KiB
C++
#include "svm.hpp"
|
|
const float dualCoefs[155]={
|
|
-1.000000,-1.000000,-1.000000,-0.718688,-0.678784,-1.000000
|
|
,-1.000000,-1.000000,-0.005257,-0.972356,-1.000000,-1.000000
|
|
,-1.000000,-1.000000,-0.657661,-0.144265,-0.228971,-1.000000
|
|
,-1.000000,-1.000000,-1.000000,-1.000000,-1.000000,-0.101008
|
|
,-1.000000,-1.000000,-1.000000,-1.000000,-1.000000,-0.225662
|
|
,-1.000000,-1.000000,-1.000000,-1.000000,-1.000000,-1.000000
|
|
,-0.371067,-1.000000,-1.000000,-1.000000,-1.000000,-1.000000
|
|
,-0.750365,-1.000000,-1.000000,-1.000000,-1.000000,-1.000000
|
|
,-1.000000,-1.000000,-1.000000,-1.000000,-0.200459,-0.736618
|
|
,-1.000000,-1.000000,-0.013296,-1.000000,-1.000000,-1.000000
|
|
,0.543122,1.000000,0.294495,0.146869,0.411956,0.169854
|
|
,1.000000,0.246227,0.463989,0.137775,0.347754,0.171902
|
|
,0.047820,1.000000,0.058865,1.000000,1.000000,1.000000
|
|
,1.000000,0.723999,1.000000,0.622752,0.702207,0.682727
|
|
,0.483939,0.316732,1.000000,0.328298,0.166691,0.484577
|
|
,0.801786,0.057679,0.843401,0.836016,0.303296,0.296567
|
|
,0.083458,0.380835,0.487379,1.000000,0.280286,0.866654
|
|
,0.029825,0.423952,0.652876,1.000000,0.601692,0.464190
|
|
,1.000000,0.074890,0.008204,1.000000,1.000000,1.000000
|
|
,0.630193,1.000000,1.000000,1.000000,0.702675,0.577836
|
|
,0.153860,0.539869,0.052447,1.000000,1.000000,0.996619
|
|
,1.000000,0.636447,0.985060,1.000000,1.000000,0.113309
|
|
,0.141574,0.186510,0.045323,0.091481,0.291608,0.146172
|
|
,0.121734,0.096191,0.124460,0.211330,0.095382,0.746746
|
|
,0.198886,0.937543,0.274358,1.000000,1.000000,0.001097
|
|
,0.120421,0.575083,0.875442,0.507657,0.581607};
|