|  | PLS2CrossValidationDataResponseTestingSet Property | 
            Gets and sets the matrix of response variable values comprising the 
            testing set.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix ResponseTestingSet { get; set; }Public Property ResponseTestingSet As DoubleMatrix
	Get
	Set
public:
property DoubleMatrix^ ResponseTestingSet {
	DoubleMatrix^ get ();
	void set (DoubleMatrix^ value);
}member ResponseTestingSet : DoubleMatrix with get, set
Property Value
DoubleMatrix See Also
See Also