__declspec(property(get = GetMaxIteration, put = SetMaxIteration)) int MaxIteration;
Defines one of the conditions for terminating the regression coefficient calculation.
Read:
int GetMaxIteration();Write:
void SetMaxIteration(const int Value);Remarks:
Tolerance and MaxIter parameters define the conditions for terminating the regression coefficients calculation (number of iterations exceeds MaxIter or internal minimum precision is within Tolerance).
See Also: TMtxNonLinReg::Tolerance
Declared in Dew::Stats::TMtxNonLinReg · Dew.Stats/StatTools.h · Cross-compiler