Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
scikit-learn / sklearn / svm / src / libsvm / libsvm_template.cpp
Size: Mime:

/* 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"