ISmLogisticRegression.NumOfIter

Syntax

NumOfIter: Integer;

Description

The NumOfIter property returns the number of iterations within which the decision was found.

Comments

Maximum number of iterations for method solution is determined in the ISmLogisticRegression.MaxIteration property.

Example

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

See also:

ISmLogisticRegression