Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSetOperationBuilder
Package
Description
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Uses of ArrayOfDoublesSetOperationBuilder in org.apache.datasketches.tuple.arrayofdoubles
Modifier and TypeMethodDescriptionArrayOfDoublesSetOperationBuilder.setNominalEntries
(int nomEntries) This is to set the nominal number of entries.ArrayOfDoublesSetOperationBuilder.setNumberOfValues
(int numValues) This is to set the number of double values associated with each keyArrayOfDoublesSetOperationBuilder.setSeed
(long seed) Sets the long seed value that is required by the hashing function.