Click or drag to resize

PLS2CrossValidation(IPLS2Calc, ICrossValidationSubsets) Constructor

Constructs a PLS2CrossValidation instance which uses the given PLS calculator and subset generator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS2CrossValidation(
	IPLS2Calc calculator,
	ICrossValidationSubsets subsetGenerator
)

Parameters

calculator  IPLS2Calc
Instance of a class implementing the IPLS2Calc interface. Used to perform the PLS calculations during cross validation.
subsetGenerator  ICrossValidationSubsets
Implementation of the ICrossValidationSubsets interface that will be used to generate the training and testing subsets.
See Also