CplexSVM a SVM solver implementation based on cplex (unfinished).
Definition at line 23 of file CPLEXSVM.h.

Public Member Functions | |
| CCPLEXSVM () | |
| virtual | ~CCPLEXSVM () |
| virtual EClassifierType | get_classifier_type () |
Protected Member Functions | |
| virtual bool | train_machine (CFeatures *data=NULL) |
| CCPLEXSVM | ( | ) |
Definition at line 22 of file CPLEXSVM.cpp.
| ~CCPLEXSVM | ( | ) | [virtual] |
Definition at line 27 of file CPLEXSVM.cpp.
| virtual EClassifierType get_classifier_type | ( | ) | [virtual] |
get classifier type
Reimplemented from CMachine.
Definition at line 29 of file CPLEXSVM.h.
| bool train_machine | ( | CFeatures * | data = NULL |
) | [protected, virtual] |
train SVM classifier
| data | training data (parameter can be avoided if distance or kernel-based classifiers are used and distance/kernels are initialized with train data) |
Reimplemented from CMachine.
Definition at line 31 of file CPLEXSVM.cpp.