| 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 DoublesUnionBuilder |
DoublesUnion.builder()
Returns a new UnionBuilder
|
DoublesUnionBuilder |
DoublesUnionBuilder.initMemory(Memory mem)
Specifies the Memory to be initialized for a new off-heap version of the union.
|
DoublesUnionBuilder |
DoublesUnionBuilder.setK(int maxK)
Deprecated.
please use
setMaxK(int), which more accurately describes its function. |
DoublesUnionBuilder |
DoublesUnionBuilder.setMaxK(int maxK)
Sets the parameter masK that determines the maximum size of the sketch that
results from a union and its accuracy.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.