| 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 |
|---|---|
ArrayOfDoublesUpdatableSketchBuilder |
ArrayOfDoublesUpdatableSketchBuilder.setMemory(Memory dstMem)
This is to set destination memory to be used by the sketch
|
ArrayOfDoublesUpdatableSketchBuilder |
ArrayOfDoublesUpdatableSketchBuilder.setNominalEntries(int nomEntries)
This is to set the nominal number of entries.
|
ArrayOfDoublesUpdatableSketchBuilder |
ArrayOfDoublesUpdatableSketchBuilder.setNumberOfValues(int numValues)
This is to set the number of double values associated with each key
|
ArrayOfDoublesUpdatableSketchBuilder |
ArrayOfDoublesUpdatableSketchBuilder.setResizeFactor(ResizeFactor resizeFactor)
This is to set the resize factor.
|
ArrayOfDoublesUpdatableSketchBuilder |
ArrayOfDoublesUpdatableSketchBuilder.setSamplingProbability(float samplingProbability)
This is to set sampling probability.
|
ArrayOfDoublesUpdatableSketchBuilder |
ArrayOfDoublesUpdatableSketchBuilder.setSeed(long seed)
Sets the long seed value that is required by the hashing function.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.