R/model_evaluate.R
CalculateRMSE.Rd
Calculate Root Mean Squared Error between predictions and truth.
CalculateRMSE(predictions, truth)
Numeric vector or matrix of predictions.
Numeric vector or matrix of true values.
RMSE value.