Computer Science, asked by sheetalrwts7734, 1 year ago

Advantages of euclidean distance over other methods

Answers

Answered by 12309pari
0

Answer:

That depends a lot on your use-case.

If you're working in a continuous space where all dimensions are properly scaled and relevant, then Euclidean is going to be a great choice for distance function.

If you have a space filled with exclusively countable dimensions, then Manhattan distance will make sense.

Unfortunately, there are rarely clear-cut cases. The best approach is to experiment with a variety of distance functions and see what works best for your data.

Similar questions