Gets the mean square error for prediction. This is the
residual sum of squares divided by the number of samples.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector MeanSqrErrorPrediction { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property MeanSqrErrorPrediction As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ MeanSqrErrorPrediction { DoubleVector^ get (); } |