Concept

Euclidean Distance

In order to find the Euclidean distance, one has to take the square root of the sum of the squared difference between two points. The formula for calculating the Euclidean distance is given by:

$\sqrt{ \sum_{i=1}^k {(x_i - y_i)}^2 }$

0

2

Updated 2020-10-15

Tags

Data Science