Click or drag to resize
Accord.NET (logo)

MultinomialLogisticLearningTMethod Properties

The MultinomialLogisticLearningTMethod generic type exposes the following members.

Properties
  NameDescription
Public propertyMethod
Gets or sets the optimization method used to optimize the parameters (learn) the MultinomialLogisticRegression.
Public propertyMiniBatchSize
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.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Top
See Also