public final class ArrayOfDoublesSketches extends Object
| Constructor and Description |
|---|
ArrayOfDoublesSketches() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayOfDoublesSketch |
heapifySketch(Memory mem)
Heapify the given Memory as an ArrayOfDoublesSketch
|
static ArrayOfDoublesSketch |
heapifySketch(Memory mem,
long seed)
Heapify the given Memory and seed as a ArrayOfDoublesSketch
|
static ArrayOfDoublesUnion |
heapifyUnion(Memory mem)
Heapify the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
heapifyUnion(Memory mem,
long seed)
Heapify the given Memory and seed as an ArrayOfDoublesUnion
|
static ArrayOfDoublesSketch |
wrapSketch(Memory mem)
Wrap the given Memory as an ArrayOfDoublesSketch
|
static ArrayOfDoublesSketch |
wrapSketch(Memory mem,
long seed)
Wrap the given Memory and seed as a ArrayOfDoublesSketch
|
static ArrayOfDoublesUnion |
wrapUnion(Memory mem)
Wrap the given Memory as an ArrayOfDoublesUnion
|
static ArrayOfDoublesUnion |
wrapUnion(Memory mem,
long seed)
Wrap the given Memory and seed as an ArrayOfDoublesUnion
|
public static ArrayOfDoublesSketch heapifySketch(Memory mem)
mem - the given Memorypublic static ArrayOfDoublesSketch heapifySketch(Memory mem, long seed)
mem - the given Memoryseed - the given seedpublic static ArrayOfDoublesSketch wrapSketch(Memory mem)
mem - the given Memorypublic static ArrayOfDoublesSketch wrapSketch(Memory mem, long seed)
mem - the given Memoryseed - the given seedpublic static ArrayOfDoublesUnion heapifyUnion(Memory mem)
mem - the given Memorypublic static ArrayOfDoublesUnion heapifyUnion(Memory mem, long seed)
mem - the given Memoryseed - the given seedpublic static ArrayOfDoublesUnion wrapUnion(Memory mem)
mem - the given Memorypublic static ArrayOfDoublesUnion wrapUnion(Memory mem, long seed)
mem - the given Memoryseed - the given seedCopyright © 2015–2017 Yahoo! Inc.. All rights reserved.