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: 4.0.1.3373 (4.0.1.3373)
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