The MCvSVMParams type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| C |
for CV_SVM_C_SVC, CV_SVM_EPS_SVR and CV_SVM_NU_SVR
| |
| class_weights |
for CV_SVM_C_SVC
| |
| coef0 |
for poly/sigmoid
| |
| degree |
for poly
| |
| gamma |
for poly/rbf/sigmoid
| |
| kernel_type |
The type of SVM kernel
| |
| nu |
for CV_SVM_NU_SVC, CV_SVM_ONE_CLASS, and CV_SVM_NU_SVR
| |
| p |
for CV_SVM_EPS_SVR
| |
| svm_type |
The type of SVM
| |
| term_crit |
termination criteria
|