Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 852 Bytes

MinkowskiDistance.md

File metadata and controls

18 lines (9 loc) · 852 Bytes

Minkowski Distance

The Minkowski Distance between two points is defined as:

where

  • n is the number of dimensions, 2 for 2D and 3 for 3D and so forth.

  • p is the order (1 for Manhattan distance and 2 for Euclidean distance)

Reference: Wikipedia Page