Click or drag to resize

LogisticRegressionMethods Enumeration

Training methods

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public enum Methods
Members
  Member nameValueDescription
Batch0
MiniBatch1 Set MiniBatchSize to a positive integer when using this method.
See Also