Click or drag to resize

LogisticRegressionMethods Enumeration

Training methods

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