I'm developing an approximate computation system. Defining how much similar two objects are is a basic operation in such a system.
Usually in computer science and math, similarity is synonym of distance between two objects, but it is not always clear to me in which kind of application the following distances are used:
I know that each one of these metrics is defined in a different way, but I wonder if there is a survey or a paper that list possible applications in computer science for each one of them (or others that I didn't report). Can you help me with this?
A quick search yielded, "Comprehensive Survey on Distance/Similarity Measures between Probability Density Functions", which appears excellent.