| Package | Description |
|---|---|
| org.apache.datasketches.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 |
|---|---|
ArrayOfDoublesSetOperationBuilder |
ArrayOfDoublesSetOperationBuilder.setNominalEntries(int nomEntries)
This is to set the nominal number of entries.
|
ArrayOfDoublesSetOperationBuilder |
ArrayOfDoublesSetOperationBuilder.setNumberOfValues(int numValues)
This is to set the number of double values associated with each key
|
ArrayOfDoublesSetOperationBuilder |
ArrayOfDoublesSetOperationBuilder.setSeed(long seed)
Sets the long seed value that is required by the hashing function.
|
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.