Class representing a SimHash for similarity detection.
Creates a SimHash instance.
Adds a set of elements to the SimHash, updating the hash value.
The set of elements to add.
Retrieves the computed hash value.
The computed hash value.
Computes the Hamming distance between this SimHash and another.
The other SimHash instance.
The Hamming distance.
Class representing a SimHash for similarity detection.