LogisticRegressionMethods Enumeration
|
Training methods
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Enumeration Methods
public enum class Methods
OpenCvSharp.ML.Methods = function();
OpenCvSharp.ML.Methods.createEnum('OpenCvSharp.ML.Methods', false);
Members
| Member name | Value | Description |
---|
| Batch | 0 | |
| MiniBatch | 1 |
Set MiniBatchSize to a positive integer when using this method.
|
See Also