|
|
IterativeReweightedLeastSquaresTModel Properties |
The IterativeReweightedLeastSquaresTModel generic type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputeStandardErrors |
Gets or sets a value indicating whether standard
errors should be computed in the next iteration.
| |
| 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.
| |
| Hessian |
Gets the Hessian matrix computed in
the last Newton-Raphson iteration.
| |
| Iterations | Obsolete.
Please use MaxIterations instead.
| |
| MaxIterations |
Gets or sets the maximum number of iterations
performed by the learning algorithm.
| |
| Model |
Gets or sets the regression model being learned.
| |
| 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.
| |
| Regularization |
Gets or sets the regularization value to be
added in the objective function. Default is
1e-10.
| |
| Solution |
Gets the current values for the coefficients.
| |
| 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.
| |
| Updates |
Gets the last parameter updates in the last iteration.
|