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)