Minkowski distance |
|
A general metric, here implemented with m = 3. |
Euclidean distance |
|
Commonly used; increases influences of errors from large components on distance to some extent |
Manhattan distance |
|
Each component has the same influence on distance |
Jeffreys & Matusita distance |
|
Based on Euclidean distance; increases influences of errors from small components on distance to some extent |
Canberra distance |
|
A metric considering relative magnitudes of errors in components |
Relative distance |
|
Similar to Euclidean distance but uses relative distance instead |
Cosine of angle |
|
A similarity metric using the cosine of the angle between two vectors; not affected by absolute values of components |
Dice’s coefficient |
|
A similarity metric comparable to the cosine similarity, using arithmetic averages instead of geometric averages |
Jaccard similarity coefficient |
|
A similarity metric similar to general Dice’s similarity |