apache / datasketches-java

A software library of stochastic streaming algorithms, a.k.a. sketches.

Home Page:https://datasketches.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add EBPPS sketch

jmalkin opened this issue · comments

The C++ library has a new sampling sketch (exact and bounded, probability proportional to size). The Java library should have a version for sketch parity.

EbppsItemsSketch<T> has been added as a new type of sampling sketch.