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