Click or drag to resize

PLS1CrossValidation(IPLS1Calc, ICrossValidationSubsets) Constructor

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

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

Parameters

calculator  IPLS1Calc
Instance of a class implementing the IPLS1Calc 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