Class representing a MinHash for estimating Jaccard similarity.
Creates a MinHash instance.
The number of hash functions to use.
Adds a set of elements to the MinHash.
The set of elements to add.
Estimates the Jaccard similarity with another MinHash instance.
The other MinHash instance.
The estimated Jaccard similarity, or NaN if hash counts differ.
Returns the current number of unique hash values in the MinHash.
The number of unique hash values.
Class representing a MinHash for estimating Jaccard similarity.