Gets the mean square error for this cross validation result. This
is the mean squared error between the actual dependent data values
and those predicted by the model constructed from the training data.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public DoubleVector MeanSqrError { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property MeanSqrError As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ MeanSqrError { DoubleVector^ get (); } |