Click or drag to resize

ICrossValidationSubsetsGetTestingSubsets(DoubleMatrix, DoubleMatrix) Method

Get cross validation testing subsets from the given partial least squares data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
Subset[] GetTestingSubsets(
	DoubleMatrix independentData,
	DoubleMatrix dependentData
)

Parameters

independentData  DoubleMatrix
The independent partial least squares data.
dependentData  DoubleMatrix
The dependent partial least squares data.

Return Value

Subset
Array of row index subsets.
Remarks
The independent and dependent matrices should have the same number of rows as the number of samples.
See Also