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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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