Rdocumentation
powered by
Learn R Programming
medley (version 0.1.0)
mae: Calculate mean absolute error metric
Description
Calculate mean absolute error metric
Usage
mae(true, pred)
Arguments
true
the true response values
pred
the predicted response values