|  | PLS2NipalsAlgorithmMaxIterations Property | 
            Gets or sets the maximum number of iterations.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int MaxIterations { get; set; }Public Property MaxIterations As Integer
	Get
	Set
public:
property int MaxIterations {
	int get ();
	void set (int value);
}member MaxIterations : int with get, set
Property Value
Int32 Remarks
Remarks
            During each iteration of the NIPALS algorithm the dominant eigenvalue
            of the matrix 
            
            is computed using the power method. This property controls the maximum
            number of iterations to perform in computing the eigenvector.
            
 See Also
See Also