apache / datasketches-java

A software library of stochastic streaming algorithms, a.k.a. sketches.
https://datasketches.apache.org
Apache License 2.0
875 stars 207 forks source link

Methods to compute partition limits #546

Closed leerho closed 2 months ago

leerho commented 2 months ago

Class by Class description of the changes.

KllItemsSketch

Partitioner

ItemsSketch

GenericPartitionBoundaries

GenericSortedView

ItemsSketchSortedView

PartitionBoundaries

PartitioningFeature

QuantilesGenericAPI

SketchPartitionLimits

/TEST/...

ItemsSketchTest

CrossCheckQuantilesTest

PartitionBoundariesTest