 | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector MeanSqrError { get; }
Public ReadOnly Property MeanSqrError As DoubleVector
Get
public:
property DoubleVector^ MeanSqrError {
DoubleVector^ get ();
}
member MeanSqrError : DoubleVector with get
Property Value
DoubleVector
See Also