The SVMParams type exposes the following members.

Properties

  NameDescription
C
For CV_SVM_C_SVC, CV_SVM_EPS_SVR and CV_SVM_NU_SVR
ClassWeights
For CV_SVM_C_SVC
Coef0
For poly/sigmoid
Degree
For poly
Gamma
For poly/rbf/sigmoid
KernelType
The type of SVM kernel
MCvSVMParams
Get the equivalent representation of MCvSVMParams
Nu
For CV_SVM_NU_SVC, CV_SVM_ONE_CLASS, and CV_SVM_NU_SVR
P
For CV_SVM_EPS_SVR
SVMType
The type of SVM
TermCrit
Get or Set the termination criteria

See Also