The CvSVMParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
C |
for SVMType.CSvc, SVMType.EpsSvr and SVMType.NuSvr
| |
ClassWeights |
for SVMType.CSvc
| |
Coef0 |
for poly/sigmoid
| |
Degree |
for poly
| |
Gamma |
for poly/rbf/sigmoid
| |
KernelType |
The kernel type
| |
Nu |
for SVMType.NuSvc, SVMType.OneClass and SVMType.NuSvr
| |
P |
for SVMType.EpsSvr
| |
SVMType |
Type of SVM
| |
TermCrit |
Termination criteria
|
See Also