Uses of Package
org.apache.datasketches.quantiles
| Package | Description |
|---|---|
| org.apache.datasketches.quantiles |
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of real (double) values or generic items.
|
-
Classes in org.apache.datasketches.quantiles used by org.apache.datasketches.quantiles Class Description CompactDoublesSketch DoublesSketch This is a stochastic streaming sketch that enables near-real time analysis of the approximate distribution of real values from a very large stream in a single pass.DoublesSketchBuilder For building a new quantiles DoublesSketch.DoublesSketchIterator Iterator over DoublesSketch.DoublesUnion The API for Union operations for quantiles DoublesSketchesDoublesUnionBuilder For building a new DoublesSketch Union operation.ItemsSketch This is a stochastic streaming sketch that enables near-real time analysis of the approximate distribution of comparable items from a very large stream in a single pass.ItemsSketchIterator Iterator over ItemsSketch.ItemsUnion The API for Union operations for generic ItemsSketchesUpdateDoublesSketch