Package | Description |
---|---|
org.apache.datasketches.tuple |
The tuple package contains a number of sketches based on the same
fundamental algorithms of the Theta Sketch Framework and extend these
concepts for whole new families of sketches.
|
Modifier and Type | Method and Description |
---|---|
UpdatableSketchBuilder<U,S> |
UpdatableSketchBuilder.setNominalEntries(int nomEntries)
This is to set the nominal number of entries.
|
UpdatableSketchBuilder<U,S> |
UpdatableSketchBuilder.setResizeFactor(ResizeFactor resizeFactor)
This is to set the resize factor.
|
UpdatableSketchBuilder<U,S> |
UpdatableSketchBuilder.setSamplingProbability(float samplingProbability)
This is to set sampling probability.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.