class GNPPSVM

公有成员 | |
| CGNPPSVM () | |
| CGNPPSVM (float64_t C, CKernel *k, CLabels *lab) | |
| virtual | ~CGNPPSVM () |
| virtual bool | train (CFeatures *data=NULL) |
| virtual EClassifierType | get_classifier_type () |
| virtual const char * | get_name () const |
| CGNPPSVM | ( | ) |
default constructor
在文件GNPPSVM.cpp第18行定义。
| ~CGNPPSVM | ( | ) | [virtual] |
在文件GNPPSVM.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。
在文件GNPPSVM.cpp第32行定义。