Click or drag to resize

PLS1CrossValidationDataSetData Method

Sets the cross validation data according the given PLS1 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 void SetData(
	DoubleMatrix predictorData,
	DoubleVector responseData,
	Subset testingSubset
)

Parameters

predictorData  DoubleMatrix
Predictor variable values.
responseData  DoubleVector
Response variable values.
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