Click or drag to resize

PLS2CrossValidationData(DoubleMatrix, DoubleMatrix, Subset) Constructor

Constructs a PLS2CrossValidationData instance from the given PLS data and testing subset. The training subset will be the data not contained in the testing subset.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS2CrossValidationData(
	DoubleMatrix predictorData,
	DoubleMatrix responseData,
	Subset testingSubset
)

Parameters

predictorData  DoubleMatrix
Predictor PLS data.
responseData  DoubleMatrix
Response PLS data.
testingSubset  Subset
Subset specifying the indices of the data rows to used as the testing data. The remaining rows will be used as the training data.
See Also