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.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public int MiniBatchSize { get; set; }

Property Value

Type: Int32
See Also