IterativeReweightedLeastSquares Properties |
The IterativeReweightedLeastSquares type exposes the following members.
Name | Description | |
---|---|---|
ComputeStandardErrors |
Gets or sets a value indicating whether standard
errors should be computed in the next iteration.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
CurrentIteration |
Gets the current iteration number.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Gradient |
Gets the Gradient vector computed in
the last Newton-Raphson iteration.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
HasConverged |
Gets or sets whether the algorithm has converged.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Hessian |
Gets the Hessian matrix computed in
the last Newton-Raphson iteration.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Iterations | Obsolete.
Please use MaxIterations instead.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
MaxIterations |
Gets or sets the maximum number of iterations
performed by the learning algorithm.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Model |
Gets or sets the regression model being learned.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Parameters |
Gets the total number of parameters in the model.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Previous |
Gets the previous values for the coefficients which were
in place before the last learning iteration was performed.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Regularization |
Gets or sets the regularization value to be
added in the objective function. Default is
1e-10.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Solution |
Gets the current values for the coefficients.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Tolerance |
Gets or sets the tolerance value used to determine
whether the algorithm has converged.
(Inherited from IterativeReweightedLeastSquaresTModel.) | |
Updates |
Gets the last parameter updates in the last iteration.
(Inherited from IterativeReweightedLeastSquaresTModel.) |