Repository URL to install this package:
|
Version:
1.1.3 ▾
|
/* this is a hack to generate libsvm with both sparse and dense
methods in the same binary*/
#define _DENSE_REP
#include "svm.cpp"
#undef _DENSE_REP
#include "svm.cpp"