Click or drag to resize

SparsePlsDa(Int32, Double) Constructor

Constructs a SparsePlsDa instance. The sparse PLS fit algorithm is executed using the specified maximum iterations.

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

Parameters

maxIterations  Int32
Maximum number of iterations to be performed by the sparse PLS fit.
tolerance  Double
Tolerance used by the iterative sparse PLS fit algorithm to determine convergence.
See Also