LSHash
LSHash copied to clipboard
how to obtain the actual hash for each vector?
>>> 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?