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

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

Syntax

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

See Also