http://www.emgu.com
Variable type
Namespace:
Emgu.CV.ML.MlEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Enumeration VarType
public enum class VarType
Members
| Member name | Value | Description |
---|
| Numerical | 0 |
Numerical or Ordered
|
| Categorical | 1 |
Categorical
|
See Also