IMSL C# Numerical Library

FactorAnalysis.MaxIterations Property

The maximum number of iterations in the iterative procedure.

public int MaxIterations {get; set;}

Property 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

FactorAnalysis Class | Imsl.Stat Namespace