Click or drag to resize
Accord.NET (logo)

LogisticGradientDescent Properties

The LogisticGradientDescent type exposes the following members.

Properties
  NameDescription
Public propertyCurrentIteration
Gets the current iteration number.
Public propertyGradient
Gets the Gradient vector computed in the last Newton-Raphson iteration.
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyLearningRate
Gets or sets the algorithm learning rate. Default is 0.1.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyParameters
Gets the total number of parameters in the model.
Public propertyPrevious
Gets the previous values for the coefficients which were in place before the last learning iteration was performed.
Public propertySolution
Gets the current values for the coefficients.
Public propertyStochastic
Gets or sets whether this algorithm should use stochastic updates or not. Default is false.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Public propertyTolerance
Gets or sets the tolerance value used to determine whether the algorithm has converged.
Top
See Also