mae {caretEnsemble}R Documentation

Compute MAE

Description

Compute the mean absolute error between two vectors.

Usage

mae(a, b)

Arguments

a

A numeric vector.

b

A numeric vector.

Value

A numeric scalar.


[Package caretEnsemble version 4.0.1 Index]