Click or drag to resize

PLS1CrossValidationResultMeanSqrError Property

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double MeanSqrError { get; }

Property Value

Double
See Also