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

Union, intersection, and set cardinality in loglog space

Results 4 HyperMinHash-java issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to upgrade org.apache.commons:commons-math3 from 3.4.1 to 3.6.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

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...

Is there any plan to support custom Q or R or P of BetaMinhash?

First of all, thanks a lot for your useful, nice and interesting Java implementation of HyperMinHash. My question is about this: https://github.com/LiveRamp/HyperMinHash-java/blob/master/src/main/java/com/liveramp/hyperminhash/BetaMinHashCombiner.java#L54 As I read `arXiv:1710.08436`, while mergeability is trivial,...