TMtxStepwiseReg::MaxIter Property

__declspec(property(get = GetMaxIter, put = SetMaxIter)) int MaxIter;

Maximum iteration count before an exception will be raised.

Read: int GetMaxIter();
Write: void SetMaxIter(const int Value);
Declared in Dew::Stats::TMtxStepwiseReg · Dew.Stats/StatTools.h · Cross-compiler