Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketchBuilder
Package
Description
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Uses of ArrayOfDoublesUpdatableSketchBuilder in org.apache.datasketches.tuple.arrayofdoubles
Modifier and TypeMethodDescriptionArrayOfDoublesUpdatableSketchBuilder.setNominalEntries
(int nomEntries) This is to set the nominal number of entries.ArrayOfDoublesUpdatableSketchBuilder.setNumberOfValues
(int numValues) This is to set the number of double values associated with each keyArrayOfDoublesUpdatableSketchBuilder.setResizeFactor
(ResizeFactor resizeFactor) This is to set the resize factor.ArrayOfDoublesUpdatableSketchBuilder.setSamplingProbability
(float samplingProbability) This is to set sampling probability.ArrayOfDoublesUpdatableSketchBuilder.setSeed
(long seed) Sets the long seed value that is required by the hashing function.