 | PLS1AnovaRootMeanSqrErrorPrediction Property |
Gets the root mean square error for prediction. This is
the square root of the mean square error for prediction.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double RootMeanSqrErrorPrediction { get; }
Public ReadOnly Property RootMeanSqrErrorPrediction As Double
Get
public:
property double RootMeanSqrErrorPrediction {
double get ();
}
member RootMeanSqrErrorPrediction : float with get
Property Value
Double
See Also