Click or drag to resize
Accord.NET (logo)

LowerBoundNewtonRaphson Properties

The LowerBoundNewtonRaphson type exposes the following members.

Properties
  NameDescription
Public propertyComputeStandardErrors
Gets or sets a value indicating whether standard errors should be computed in the next iteration.
Public propertyCurrentIteration
Gets or sets the number of performed iterations.
Public propertyGradient
Gets the Gradient vector computed in the last Newton-Raphson iteration.
Public propertyHasConverged
Gets or sets whether the algorithm has converged.
Public propertyHessianLowerBound
Gets the Lower-Bound matrix being used in place of the Hessian matrix in the Newton-Raphson iterations.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyMaximumChange
Gets the maximum parameter change in the last iteration. If this value is less than Tolerance, the algorithm has converged.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyParameterChange
Gets the vector of parameter updates in the last iteration.
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 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.
Public propertyUpdateLowerBound
Gets or sets a value indicating whether the lower bound should be updated using new data. Default is true.
Top
See Also