Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSetOperationBuilder
-
Packages that use ArrayOfDoublesSetOperationBuilder Package Description org.apache.datasketches.tuple.arrayofdoubles 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
Methods in org.apache.datasketches.tuple.arrayofdoubles that return ArrayOfDoublesSetOperationBuilder Modifier and Type Method Description ArrayOfDoublesSetOperationBuilder
ArrayOfDoublesSetOperationBuilder. setNominalEntries(int nomEntries)
This is to set the nominal number of entries.ArrayOfDoublesSetOperationBuilder
ArrayOfDoublesSetOperationBuilder. setNumberOfValues(int numValues)
This is to set the number of double values associated with each keyArrayOfDoublesSetOperationBuilder
ArrayOfDoublesSetOperationBuilder. setSeed(long seed)
Sets the long seed value that is required by the hashing function.
-