Table of Contents

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 = 2
PreprocessedInput = 4
RawOutput = 1

makes the method return the raw results (the sum), not the class label

UpdateModel = 1