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

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

Syntax

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

See Also