The DoubleIterativelyReweightedLeastSq type exposes the following members.

Fields

  NameDescription
DEFAULT_MAX_ITER
The default maximum number of iterations to be performed before the algorithm terminated shared by all instances of DoubleIterativelyReweightedLeastSq. Instance where maximum iterations is not explicitly set by the user will use this value.
DEFAULT_TOLERANCE
The default tolerance used to determine convergence of the algorithm shared by all instances of DoubleIterativelyReweightedLeastSq. Instance where the tolerance is not explicitly set by the user will use this value.

See Also