A factory to create MinHash sketches using the same set of hash functions.
WARNING: Only the MinHash produced by the same factory can be compared between them.
Thomas Minier
Constructor
Number of hash functions to use for comouting the MinHash signature
The highest value that can be found in the set to compare
Create a new MinHash set
A new MinHash set
Generated using TypeDoc
A factory to create MinHash sketches using the same set of hash functions.
WARNING: Only the MinHash produced by the same factory can be compared between them.
Thomas Minier