We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fonnx/lib/extensions/vector.dart
Line 7 in ac30c6f
Hello,
Being an author of ml_linalg library, I found an error here.
In fact, 1-* is already considered in Vector.distanceTo:
1-*
Vector.distanceTo
https://github.com/gyrdym/ml_linalg/blob/027ddfab120b1e2d0c4d6b676c31e62615ce2374/lib/src/vector/float32x4_vector.dart#L521
P.S. Your library is awesome!
The text was updated successfully, but these errors were encountered:
Hmm, maybe I got it wrong, since the method is called similarity - so indeed maybe you need to subtract cosine distance from 1
similarity
1
Sorry, something went wrong.
No branches or pull requests
fonnx/lib/extensions/vector.dart
Line 7 in ac30c6f
Hello,
Being an author of ml_linalg library, I found an error here.
In fact,
1-*
is already considered inVector.distanceTo
:https://github.com/gyrdym/ml_linalg/blob/027ddfab120b1e2d0c4d6b676c31e62615ce2374/lib/src/vector/float32x4_vector.dart#L521
P.S. Your library is awesome!
The text was updated successfully, but these errors were encountered: