Go to the source code of this file.
Classes | |
| class | SVM< TKernel > |
| Class for SVM. More... | |
| class | SVMLinearKernel |
| Class for Linear Kernel. More... | |
| class | SVMRBFKernel |
| Class for Gaussian RBF Kernel. More... | |
Defines | |
| #define | ID_GAUSSIAN 1 |
| #define | ID_LINEAR 0 |
This head file contains functions for performing SVM training and prediction Supported SVM learner type:SVM_C, SVM_R, SVM_DE
Definition in file svm.h.
1.6.3