Aggregation of scores: L1 norm
This function enables comparison of the results of two scoring functions by calculating an L1 norm (Manhattan distance from origin).
L1_norm(scores, ...)
scores
: A score or multiple component score vector...
: Parameters to be ignored by this aggregation functionThe L1 norm as an aggregated score.
L1_norm(c(2, 2))
Useful links