| LogisticRegressionMiniBatchSize Property |
http://www.emgu.com
Specifies the number of training samples taken in each step of Mini-Batch Gradient Descent
Namespace: Emgu.CV.MLAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic int MiniBatchSize { get; set; }Public Property MiniBatchSize As Integer
Get
Set
public:
property int MiniBatchSize {
int get ();
void set (int value);
}member MiniBatchSize : int with get, set
Property Value
Type:
Int32
See Also