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