-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cosine similarity and other distance measures #61
Comments
Cosine similarity would fit quite well in the scope - we already have a bunch of distance functions, so we can definitely expand the collection. |
Hmm only other distance function I've made use of in my day to day has been KL divergence, I'm sure there's other common ones though 😄 |
Oh well that's an easy one to cross off then 😂 Do you have any other distance metrics in mind? |
Just wanted to check in on this issue? Adding cosine similarity seems like something I could do so I might take a crack if there's no other constraints. |
Title is fairly self explanatory, I've found the need for cosine distance at various times (and other distance metrics) that probably fit well in ndarray-stats. Maybe here we can decided on a few different ones and what is/isn't in scope for this crate
The text was updated successfully, but these errors were encountered: