ISmLogisticRegression.MaxIteration

Syntax

MaxIteration: Integer;

Description

The MaxIteration property determines the maximum number of iterations, in which the solution must be found.

Comments

Use the ISmLogisticRegression.NumOfIter property to get the number of iterations after which the solution was found.

Example

The property use is given in the example for ISmLogisticRegression.Probabilities.

See also:

ISmLogisticRegression