Public Member Functions | |
CGPBTSVM () | |
CGPBTSVM (float64_t C, CKernel *k, CLabels *lab) | |
virtual | ~CGPBTSVM () |
virtual bool | train () |
virtual EClassifierType | get_classifier_type () |
Protected Attributes | |
struct svm_model * | model |
Definition at line 20 of file GPBTSVM.h.
CGPBTSVM::CGPBTSVM | ( | ) |
default constructor
Definition at line 16 of file GPBTSVM.cpp.
CGPBTSVM::~CGPBTSVM | ( | ) | [virtual] |
Definition at line 26 of file GPBTSVM.cpp.
virtual EClassifierType CGPBTSVM::get_classifier_type | ( | ) | [virtual] |
bool CGPBTSVM::train | ( | ) | [virtual] |
train SVM
Reimplemented from CClassifier.
Definition at line 31 of file GPBTSVM.cpp.
struct svm_model* CGPBTSVM::model [read, protected] |