The maximum number of iterations in the iterative procedure.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int MaxIterations { get; set; }
Visual Basic (Declaration)
Public Property MaxIterations As Integer
Visual C++
public:
property int MaxIterations {
	int get ();
	void set (int value);
}

Field Value

An int used as the maximum number of iterations allowed during the iterative portion of the algorithm.

Remarks

By default, MaxIterations is set to 60. MaxIterations is not referenced for factor loading methods PrincipalComponent, PrincipalFactor, or ImageFactorAnalysis.

See Also