SVMParamTypes Enumeration
|
SVM params type
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Enumeration ParamTypes
public enum class ParamTypes
OpenCvSharp.ML.ParamTypes = function();
OpenCvSharp.ML.ParamTypes.createEnum('OpenCvSharp.ML.ParamTypes', false);
Members
| Member name | Value | Description |
---|
| C | 0 | |
| Gamma | 1 | |
| P | 2 | |
| Nu | 3 | |
| Coef | 4 | |
| Degree | 5 | |
See Also