|   | LogisticGradientDescent Properties | 
The LogisticGradientDescent type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CurrentIteration | 
            Gets the current iteration number.
             | 
|  | Gradient | 
              Gets the Gradient vector computed in
              the last Newton-Raphson iteration.
             | 
|  | HasConverged | 
            Gets or sets whether the algorithm has converged.
             | 
|  | Iterations | Obsolete. 
              Please use MaxIterations instead.
             | 
|  | LearningRate | 
              Gets or sets the algorithm
              learning rate. Default is 0.1.
             | 
|  | MaxIterations | 
            Gets or sets the maximum number of iterations
            performed by the learning algorithm.
             | 
|  | Parameters | 
              Gets the total number of parameters in the model.
             | 
|  | Previous | 
              Gets the previous values for the coefficients which were
              in place before the last learning iteration was performed.
             | 
|  | Solution | 
              Gets the current values for the coefficients.
             | 
|  | Stochastic | 
              Gets or sets whether this algorithm should use
              stochastic updates or not. Default is false.
             | 
|  | Token | 
            Gets or sets a cancellation token that can be used to
            stop the learning algorithm while it is running.
             | 
|  | Tolerance | 
            Gets or sets the tolerance value used to determine
            whether the algorithm has converged.
             | 
 See Also
See Also