ISummaryStatistics.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

For non-iterative methods this property returns the value -1.

Fore and Fore.NET Examples

The property use is given in the example for ISummaryStatistics.MAE.

See also:

ISummaryStatistics