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.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double MeanSqrError { get; }
Visual Basic (Declaration)
Public ReadOnly Property MeanSqrError As Double
Visual C++
public:
property double MeanSqrError {
	double get ();
}

See Also