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