L1_norm: Aggregation of scores: L1 norm

View source: R/score_aggregation.R

L1_normR Documentation

Aggregation of scores: L1 norm

Description

This function enables comparison of the results of two scoring functions by calculating an L1 norm (Manhattan distance from origin).

Usage

L1_norm(scores, ...)

Arguments

scores

A score or multiple component score vector

...

Parameters to be ignored by this aggregation function

Value

The L1 norm as an aggregated score.

Examples

L1_norm(c(2, 2))

designit documentation built on May 29, 2024, 12:04 p.m.