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