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.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
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