Click or drag to resize

PLS2SimplsAlgorithm(Int32, Double) Constructor

Constructs an instance of the PLS2SimplsAlgorithm class with the specified values for the maximum number of iterations and tolerance to be used in the power method algorithm used for computing dominant eigenvectors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS2SimplsAlgorithm(
	int maxIterations,
	double tolerance
)

Parameters

maxIterations  Int32
Maximum number of iterations.
tolerance  Double
Tolerance.
Remarks
The power method converges if changes in the normalized eigenvector, with respect to the infinity norm, is less than the specified tolerance.
See Also