Click or drag to resize

StatModelFlags Enumeration

Predict options

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum Flags
Members
  Member nameValueDescription
UpdateModel1
RawOutput1 makes the method return the raw results (the sum), not the class label
CompressedInput2
PreprocessedInput4
See Also