The similarity Values
Opened this issue · 0 comments
girishmt4 commented
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??