LogisticRegressionTrainType Enumeration |
http://www.emgu.com
Specifies the kind of training method used.
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
SyntaxPublic Enumeration TrainType
public enum class TrainType
Members
| Member name | Value | Description |
---|
| Batch | 0 |
Batch method
|
| MiniBatch | 1 |
Set MiniBatchSize to a positive integer when using this method.
|
See Also