tdebatty / java-LSH

A Java implementation of Locality Sensitive Hashing (LSH)
Other
295 stars 84 forks source link

How to return topk similar items? #13

Open Alisaincd opened 7 years ago

Alisaincd commented 7 years ago

Hi, I don't know how to return the topk similar vectors. Should I use signatures to calculate similarity? Or to use hashvalue of signatures to calculate? Thanks very much,