Click or drag to resize

PLS2NipalsAlgorithmMaxIterations Property

Gets or sets the maximum number of iterations.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int MaxIterations { get; set; }

Property Value

Int32
Remarks
During each iteration of the NIPALS algorithm the dominant eigenvalue of the matrix
C#
(Xj'Yj)(Xj'yj)'
is computed using the power method. This property controls the maximum number of iterations to perform in computing the eigenvector.
See Also