http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
The type of SVM parameters
Namespace: Emgu.CV.ML.MlEnumAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum SVM_PARAM_TYPE |
Visual Basic |
---|
Public Enumeration SVM_PARAM_TYPE |
Visual C++ |
---|
public enum class SVM_PARAM_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
C | 0 | C | |
GAMMA | 1 | Gamma | |
P | 2 | P | |
NU | 3 | NU | |
COEF | 4 | COEF | |
DEGREE | 5 | DEGREE |