Uses of Class
org.apache.datasketches.tuple.UpdatableSketchBuilder
Package
Description
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
Modifier and TypeMethodDescriptionUpdatableSketchBuilder.setNominalEntries
(int nomEntries) This is to set the nominal number of entries.UpdatableSketchBuilder.setResizeFactor
(ResizeFactor resizeFactor) This is to set the resize factor.UpdatableSketchBuilder.setSamplingProbability
(float samplingProbability) This is to set sampling probability.