SVM Properties |
The SVM type exposes the following members.
| Name | Description | |
|---|---|---|
| C |
Parameter C of a SVM optimization problem
| |
| Coef0 |
Parameter coef0 of a kernel function
| |
| Degree |
Parameter degree of a kernel function
| |
| Gamma |
Parameter gamma of a kernel function
| |
| KernelType |
Type of a SVM kernel
| |
| Nu |
Parameter nu of a SVM optimization problem
| |
| P |
Parameter epsilon of a SVM optimization problem
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| TermCriteria |
Termination criteria of the iterative SVM training procedure which solves a partial case of constrained quadratic optimization problem
| |
| Type |
Type of a SVM formulation
|