| SVMParamTypes Enumeration |
SVM params type
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Enumeration ParamTypes
public enum class ParamTypes
Members
| Member name | Value | Description |
---|
| C | 0 | |
| Gamma | 1 | |
| P | 2 | |
| Nu | 3 | |
| Coef | 4 | |
| Degree | 5 | |
See Also