Gets and sets the matrix of predictor variable values comprising the training set.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix PredictorTrainingSet { get; set; }
Visual Basic (Declaration)
Public Property PredictorTrainingSet As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ PredictorTrainingSet {
	DoubleMatrix^ get ();
	void set (DoubleMatrix^ value);
}

See Also