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
I needed the similarity values from falconn to work on a clustering approach using LSH. So, I overrode the find_k_nearest_neighbors function to return the similarity values along with the neighbors. I see the values range from -0 to -2.00.
Can you explain what these values mean?
Does value -0 means the most similar and -2.00 means the least similar??
The text was updated successfully, but these errors were encountered:
I needed the similarity values from falconn to work on a clustering approach using LSH. So, I overrode the find_k_nearest_neighbors function to return the similarity values along with the neighbors. I see the values range from -0 to -2.00.
Can you explain what these values mean?
Does value -0 means the most similar and -2.00 means the least similar??
The text was updated successfully, but these errors were encountered: