Click or drag to resize

PLS2CrossValidationResultMeanSqrError 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 DoubleVector MeanSqrError { get; }

Property Value

DoubleVector
See Also