kayzhu/LSHash

how to obtain the actual hash for each vector?

shashi-netra opened this issue · 0 comments

>>> lsh = LSHash(6, 8)
>>> lsh.index([1,2,3,4,5,6,7,8])

Is there any way to obtain the lsh signature from the index(..) method?