Click or drag to resize

PLS1CrossValidationData(DoubleMatrix, DoubleVector, Subset) Constructor

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

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

Parameters

predictorData  DoubleMatrix
Predictor PLS1 data.
responseData  DoubleVector
Response PLS1 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