| 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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDoublesSketch |
DoublesSketchBuilder.build()
Returns an UpdateDoublesSketch with the current configuration of this Builder.
|
UpdateDoublesSketch |
DoublesSketchBuilder.build(int k)
Returns a quantiles UpdateDoublesSketch with the current configuration of this builder and the
given parameter k.
|
static UpdateDoublesSketch |
UpdateDoublesSketch.heapify(Memory srcMem) |
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.