0.11.1 Apr 20, 2018: Quantiles, KLL, Tuple, Fixes & Improvements
AlexanderSaydakov
released this
20 Apr 22:22
·
1927 commits
to master
since this release
- Quantiles sketch
- fixed issue #195
- added DoublesUnion.heapify() and DoublesUnion.wrap() methods
- deprecated DoublesUnionBuilder.heapify() and DoublesUnionBuilder.wrap() methods
- KLL sketch
- methods to obtain rank error for both single-sided and double-sided queries
- methods to compute parameter k given a target rank error
- Javadoc improvements
- Tuple sketch
- added Filter