|  | PLS2CrossValidationWithJackknifeSubsetGenerator Property | 
            Gets and sets the subset generator to use to generate testing
            and training subsets.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic ICrossValidationSubsets SubsetGenerator { get; set; }Public Property SubsetGenerator As ICrossValidationSubsets
	Get
	Set
public:
property ICrossValidationSubsets^ SubsetGenerator {
	ICrossValidationSubsets^ get ();
	void set (ICrossValidationSubsets^ value);
}member SubsetGenerator : ICrossValidationSubsets with get, set
Property Value
ICrossValidationSubsets See Also
See Also