minkowski_distance¶
Minkowski distance.
Parameters¶
-
a
Type → dict
-
b
Type → dict
-
p
Type → int
Parameter for the Minkowski distance. When
p=1, this is equivalent to using the Manhattan distance. Whenp=2, this is equivalent to using the Euclidean distance.