getRMSE {CalibratR} | R Documentation |
calculates the root of mean square error (RMSE) in the test set of calibrated predictions
getRMSE(actual, predicted)
actual |
vector of observed class labels (0/1) |
predicted |
vector of uncalibrated predictions |
RMSE value