| StatModelFlags Enumeration |
Predict options
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax [FlagsAttribute]
public enum Flags
<FlagsAttribute>
Public Enumeration Flags
[FlagsAttribute]
public enum class Flags
[<FlagsAttribute>]
type Flags
Members
| Member name | Value | Description |
---|
| UpdateModel | 1 | |
| RawOutput | 1 |
makes the method return the raw results (the sum), not the class label
|
| CompressedInput | 2 | |
| PreprocessedInput | 4 | |
See Also