LogisticRegression Properties |
The LogisticRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| AlgorithmPtr |
Return the pointer to the algorithm object
| |
| Iterations |
Number of iterations
| |
| LearningRate |
Learning rate
| |
| MiniBatchSize |
Specifies the number of training samples taken in each step of Mini-Batch Gradient Descent
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Regularization |
Kind of regularization to be applied
| |
| StatModelPtr |
Return the pointer to the StatModel object
| |
| TermCriteria |
Termination criteria of the algorithm
| |
| TrainMethod |
Kind of training method to be applied
|