Details
Description
Currently, we support
- Hamming
- Manhattan
- Euclidean
Please have a look and propose the next implementations for distance calculation between two points as
- http://en.wikipedia.org/wiki/Chebyshev_distance
- http://en.wikipedia.org/wiki/Cosine_similarity
- http://en.wikipedia.org/wiki/Minkowski_distance (the common case for Manhattan and Euclidean)
- http://en.wikipedia.org/wiki/Jaccard_index (Tanimoto)
Attachments
Issue Links
- links to