| Package | Description |
|---|---|
| org.apache.datasketches.tuple.arrayofdoubles |
| Modifier and Type | Method and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.