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