Click or drag to resize

PLS2CrossValidationWithJackknife(IPLS2Calc, ICrossValidationSubsets) Constructor

Constructs a PLS2CrossValidationWithJackknife instance which uses the given PLS calculator and subset generator. No scaling will be done and full model coefficients will be used in the jackknife coefficient variance estimate computation.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS2CrossValidationWithJackknife(
	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