Concept

Manhattan Distance

The Manhattan distance is found by using the absolute value of the sum of the difference between two points. Its formula is given by:

$\sum_{i = 1}^k {|x_i-y_i|}$

0

2

Updated 2020-10-05

Tags

Data Science