LSHash icon indicating copy to clipboard operation
LSHash copied to clipboard

how to obtain the actual hash for each vector?

Open shashi-netra opened this issue 8 years ago • 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?

shashi-netra avatar Oct 18 '16 01:10 shashi-netra