TMtxLogistReg.MaxIteration Property

property MaxIteration: Integer;

Defines one of the conditions for terminating the regression coefficient calculation.

Returns: Int32

Remarks:

Tolerance and MaxIteration parameters define the conditions for terminating logistic regression coefficients calculation (number of iterations exceeds MaxIteration or internal minimum precision is within Tolerance).

See Also: TMtxLogistReg.Tolerance