| 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 |
|---|---|
DoublesUnion |
DoublesUnionBuilder.build()
Returns a new empty Union object with the current configuration of this Builder.
|
static DoublesUnion |
DoublesUnionBuilder.build(DoublesSketch sketch)
Deprecated.
changed name to
DoublesUnionBuilder.heapify(DoublesSketch) to more accuately reflect
its intent |
static DoublesUnion |
DoublesUnionBuilder.build(Memory srcMem)
Deprecated.
changed name to
DoublesUnionBuilder.heapify(Memory) to more accuately reflect its intent |
static DoublesUnion |
DoublesUnionBuilder.copyBuild(DoublesSketch sketch)
Deprecated.
this is a duplicate of
DoublesUnionBuilder.heapify(DoublesSketch) and no longer needed. |
static DoublesUnion |
DoublesUnionBuilder.heapify(DoublesSketch sketch)
Returns a Heap Union object that has been initialized with the data from the given sketch.
|
static DoublesUnion |
DoublesUnionBuilder.heapify(Memory srcMem)
Returns a Heap Union object that has been initialized with the data from the given memory
image of a sketch.
|
static DoublesUnion |
DoublesUnionBuilder.wrap(Memory mem)
Returns a Union object that wraps off-heap data of the given memory image of
a sketch.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.