getRMSE {CalibratR} | R Documentation |
getRMSE
Description
calculates the root of mean square error (RMSE) in the test set of calibrated predictions
Usage
getRMSE(actual, predicted)
Arguments
actual |
vector of observed class labels (0/1) |
predicted |
vector of uncalibrated predictions |
Value
RMSE value
[Package CalibratR version 0.1.2 Index]