Click or drag to resize
Accord.NET (logo)

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
Syntax
public int MiniBatchSize { get; set; }
Request Example View Source

Property Value

Type: Int32
The size of the mini batch.
See Also