HyperMinHash-java icon indicating copy to clipboard operation
HyperMinHash-java copied to clipboard

HyperMinHash Jaccard similarity calculation

Open asteele-quantifind opened this issue 3 years ago • 3 comments

The HyperMinHash Jaccard similarity calculation appears to only compare the "mantissa" portion of the register to increase c, rather than the whole register. The algorithm 2.1.4 in the paper seems to compare the full tuple to increase c. Is there a reason why only the mantissa is compared in your implementation?

asteele-quantifind avatar Oct 06 '20 17:10 asteele-quantifind