| Package | Description |
|---|---|
| com.yahoo.sketches.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.
|
| Class and 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.
|
| DoublesUnion
The API for Union operations for quantiles DoublesSketches
|
| DoublesUnionBuilder
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.
|
| ItemsUnion
The API for Union operations for generic ItemsSketches
|
| UpdateDoublesSketch |
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.