Enum StatModel.Flags
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
Predict options
[Flags]
[SuppressMessage("Microsoft.Design", "CA1069: Enums should not have duplicate values")]
public enum StatModel.Flags
Fields
CompressedInput = 2PreprocessedInput = 4RawOutput = 1makes the method return the raw results (the sum), not the class label
UpdateModel = 1