Previously, the b and a parameters for set sketch compression were coerced into the double type. By maintaining long double precision, we're able to restore accurate distance computation between BagMinHash and ProbMinHash sketches using logarithmic compression even for 32-bit integers.
Previously, the b and a parameters for set sketch compression were coerced into the
double
type. By maintaining long double precision, we're able to restore accurate distance computation between BagMinHash and ProbMinHash sketches using logarithmic compression even for 32-bit integers.