You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Zinoviev (Jira)" <ji...@apache.org> on 2019/11/19 14:00:00 UTC

[jira] [Created] (IGNITE-12383) [ML] Add more distances between two Vectors

Alexey Zinoviev created IGNITE-12383:
----------------------------------------

             Summary: [ML] Add more distances between two Vectors
                 Key: IGNITE-12383
                 URL: https://issues.apache.org/jira/browse/IGNITE-12383
             Project: Ignite
          Issue Type: Sub-task
          Components: ml
            Reporter: Alexey Zinoviev


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)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)