Click or drag to resize
LogisticRegressionMiniBatchSize Property
http://www.emgu.com
Specifies the number of training samples taken in each step of Mini-Batch Gradient Descent

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public int MiniBatchSize { get; set; }

Property Value

Type: Int32
See Also