You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be based on my lack of understanding as covered in #231 but it seems like the true_angular function returns a similarity and not a distance, i.e.:
Edited to add that alternative_cosineis a distance, which is what is actually used for finding nearest neighbors when metric = "true_angular", although it gets transformed back into a similarity via true_angular_from_alt_cosine at the end).
The text was updated successfully, but these errors were encountered:
This may be based on my lack of understanding as covered in #231 but it seems like the
true_angular
function returns a similarity and not a distance, i.e.:Edited to add that
alternative_cosine
is a distance, which is what is actually used for finding nearest neighbors whenmetric = "true_angular"
, although it gets transformed back into a similarity viatrue_angular_from_alt_cosine
at the end).The text was updated successfully, but these errors were encountered: