| 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 |
|---|---|
static DoublesSketchBuilder |
DoublesSketch.builder()
Returns a new builder
|
DoublesSketchBuilder |
DoublesSketchBuilder.initMemory(Memory mem)
Specifies the Memory to be initialized for a new off-heap version of the sketch.
|
DoublesSketchBuilder |
DoublesSketchBuilder.setK(int k)
Sets the parameter k that determines the accuracy and size of the sketch.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.