http://www.emgu.com
The type of SVM parameters
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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