 | PLS1AnovaMeanSqrErrorPrediction Property |
Gets the mean square error for prediction. This is
the residual sum of squares divided by the number of
samples.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double MeanSqrErrorPrediction { get; }
Public ReadOnly Property MeanSqrErrorPrediction As Double
Get
public:
property double MeanSqrErrorPrediction {
double get ();
}
member MeanSqrErrorPrediction : float with get
Property Value
Double
See Also