ThunderSVM
ThunderSVM: An Open-Source SVM Library on GPUs and CPUs
thundersvm.h
1 //
2 // Created by jiashuai on 17-9-14.
3 //
4 
5 #ifndef THUNDERSVM_THUNDERSVM_H
6 #define THUNDERSVM_THUNDERSVM_H
7 #include <cstdlib>
8 #include "util/log.h"
9 #include <string>
10 #include <vector>
11 #include <config.h>
12 #include "math.h"
13 #include "util/common.h"
14 using std::string;
15 using std::vector;
16 typedef float float_type;
17 #endif //THUNDERSVM_THUNDERSVM_H