| 
               | 
            
              MultinomialLogisticLearningTMethod Properties | 
          
The MultinomialLogisticLearningTMethod generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Method | 
              Gets or sets the optimization method used to optimize
              the parameters (learn) the MultinomialLogisticRegression.
              | |
| MiniBatchSize | 
              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.
              | |
| Token | 
            Gets or sets a cancellation token that can be used to
            stop the learning algorithm while it is running.
              |