Concept

Euclidean Distance

Euclidean distance is the straight-line distance between two points in a Euclidean space. For two points xx and yy in a kk-dimensional space, the distance is calculated as the square root of the sum of the squared differences between their coordinates:

d(x,y)=sqrtsumi=1k(xiyi)2d(x, y) = \\sqrt{ \\sum_{i=1}^k (x_i - y_i)^2 }

0

2

Updated 2026-06-13

Tags

Data Science