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