getRMSE: getRMSE

Description Usage Arguments Value

View source: R/getRMSE.R

Description

calculates the root of mean square error (RMSE) in the test set of calibrated predictions

Usage

1
getRMSE(actual, predicted)

Arguments

actual

vector of observed class labels (0/1)

predicted

vector of uncalibrated predictions

Value

RMSE value


CalibratR documentation built on Aug. 19, 2019, 5:04 p.m.

Related to getRMSE in CalibratR...