Academy
This page is published in English.
Distance
Manhattan Distance - L1 norm (city-block distance) between two vectors
Distance (L1, city-block)
Krause, E. F.1973doi:10.5951/mt.66.8.0695 ↗
Overview
d ≥ 0; d=0 iff a=b. Manhattan Distance is symmetric.
- Output
- distance, lower is better
- Data
- Crisp, complete numeric matrix
- Size
- 2+ alternatives, 3-12 criteria works best
- Used for
- Similarity assessment, clustering
How it works
- 1
Compute the Manhattan Distance between vectors a and b.
Dezert et al. 2020 (L1 distance; pending PDF page verification)
Edge cases and pitfalls
L1 is less sensitive to outliers than L2 (Euclidean). Also used in CODAS as secondary distance.
Works with
Its derived weights can feed
How to cite
Krause, E. F. (1973). Taxicab Geometry. The Mathematics Teacher. https://doi.org/10.5951/mt.66.8.0695
System ID, as it appears in reports and the API
DIST-MANHATTAN