This function takes the x and y coordinates of two points and finds the euclidean distance between them. Note that this only works in two-dimensional data: euclidean distances between points in a three-dimensional space is not currently supported.
This function takes the x and y coordinates of two points and finds the euclidean distance between them. Note that this only works in two-dimensional data: euclidean distances between points in a three-dimensional space is not currently supported.