class GPBTSVM
公有成员 | |
CGPBTSVM () | |
CGPBTSVM (float64_t C, CKernel *k, CLabels *lab) | |
virtual | ~CGPBTSVM () |
virtual bool | train (CFeatures *data=NULL) |
virtual EClassifierType | get_classifier_type () |
virtual const char * | get_name () const |
保护属性 | |
struct svm_model * | model |
CGPBTSVM | ( | ) |
default constructor
在文件GPBTSVM.cpp第18行定义。
~CGPBTSVM | ( | ) | [virtual] |
在文件GPBTSVM.cpp第28行定义。
virtual EClassifierType get_classifier_type | ( | ) | [virtual] |
bool train | ( | CFeatures * | data = NULL ) |
[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) |
重载CClassifier。
在文件GPBTSVM.cpp第33行定义。