The MCvSVMParams type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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

See Also