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