Click or drag to resize
Accord.NET (logo)

IterativeReweightedLeastSquaresTModel Properties

The IterativeReweightedLeastSquaresTModel generic 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 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 propertyHessian
Gets the Hessian matrix computed in the last Newton-Raphson iteration.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyModel
Gets or sets the regression model being learned.
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 propertyRegularization
Gets or sets the regularization value to be added in the objective function. Default is 1e-10.
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 propertyUpdates
Gets the last parameter updates in the last iteration.
Top
See Also