Click or drag to resize

PLS2CrossValidation(ICrossValidationSubsets) Constructor

Constructs a PLS2CrossValidation instance which uses the given subset generator and the Nipals algorithm.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS2CrossValidation(
	ICrossValidationSubsets subsetGenerator
)

Parameters

subsetGenerator  ICrossValidationSubsets
Implementation of the ICrossValidationSubsets interface that will be used to generate the training and testing subsets.
See Also