| Package | Description |
|---|---|
| com.yahoo.sketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOfDoublesUnion |
ArrayOfDoublesSetOperationBuilder.buildUnion()
Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder.
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.heapifyUnion(Memory mem)
Heapify the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.heapifyUnion(Memory mem,
long seed)
Heapify the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(Memory mem)
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
ArrayOfDoublesSketches.wrapUnion(Memory mem,
long seed)
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.