Uses of Class
org.apache.datasketches.tuple.UpdatableSketchBuilder
| 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.
|
-
Uses of UpdatableSketchBuilder in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple that return UpdatableSketchBuilder Modifier and Type Method 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.