Uses of Class
org.apache.datasketches.tuple.UpdatableSketchBuilder
-
Packages that use UpdatableSketchBuilder 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. -
-
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.
-