ISmLogisticRegression.NumOfIter

Fore Syntax

NumOfIter: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISmLogisticRegression