Gets the average of the mean square errors for each training/testing subsets pair.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

See Also