ThunderSVM
ThunderSVM: An Open-Source SVM Library on GPUs and CPUs
svm_matlab_interface.h
1 //#include "iostream.h"
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5  void thundersvm_train_matlab(int argc, char **argv);
6  void thundersvm_predict_matlab(int argc, char **argv);
7 #ifdef __cplusplus
8 }
9 #endif