| Package | Description |
|---|---|
| com.yahoo.sketches.theta |
The theta package contains all the sketch classes that are members of the
Theta Sketch Framework.
|
| Modifier and Type | Method and Description |
|---|---|
static SetOperationBuilder |
SetOperation.builder()
Makes a new builder
|
SetOperationBuilder |
SetOperationBuilder.initMemory(Memory dstMem)
Initializes the backing Memory store.
|
SetOperationBuilder |
SetOperationBuilder.setNominalEntries(int nomEntries)
Sets the Nominal Entries for this set operation.
|
static SetOperationBuilder |
Sketches.setOperationBuilder()
Ref:
SetOperationBuilder |
SetOperationBuilder |
SetOperationBuilder.setP(float p)
Sets the upfront uniform sampling probability, p.
|
SetOperationBuilder |
SetOperationBuilder.setResizeFactor(ResizeFactor rf)
Sets the cache Resize Factor
|
SetOperationBuilder |
SetOperationBuilder.setSeed(long seed)
Sets the long seed value that is require by the hashing function.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.