Introduce Weighted MinHash and interface change
Pre-release
Pre-release
- Add Weighted MinHash data sketch
- Add Weighted MinHash LSH index
- Performance and accuracy benchmark for Weighted MinHash
- Rename digest to update for MinHash and HyperLogLog, and use bytes as input argument.
- Make hashobj customizable through data sketch constructors
- Add new methods for data sketches
- Bug fixes