Gets and sets the matrix of response variable values comprising the testing set.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector ResponseTestingSet { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ResponseTestingSet As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ ResponseTestingSet { DoubleVector^ get (); void set (DoubleVector^ value); } |