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