| LogisticRegressionTrainType Enumeration |
http://www.emgu.com
Specifies the kind of training method used.
Namespace: Emgu.CV.MLAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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