http://www.emgu.com
The type of SVM parameters
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
SyntaxPublic Enumeration ParamType
public enum class ParamType
Members
| Member name | Value | Description |
---|
| C | 0 |
C
|
| Gamma | 1 |
Gamma
|
| P | 2 |
P
|
| Nu | 3 |
NU
|
| Coef | 4 |
COEF
|
| Degree | 5 |
DEGREE
|
See Also