R/model_evaluate.R
CalculateMAE.Rd
Calculate Mean Absolute Error between predictions and truth.
CalculateMAE(predictions, truth)
Numeric vector or matrix of predictions.
Numeric vector or matrix of true values.
MAE value.