|
MultinomialLogisticLearningTMethodMiniBatchSize Property
|
Gets or sets the number of samples to be used as the mini-batch.
If set to 0 (or a negative number) the total number of training
samples will be used as the mini-batch.
Namespace:
Accord.Statistics.Models.Regression.Fitting
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic int MiniBatchSize { get; set; }
Public Property MiniBatchSize As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32The size of the mini batch.
See Also