Uses of Interface
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesCombiner
-
Packages that use ArrayOfDoublesCombiner Package Description org.apache.datasketches.tuple.arrayofdoubles -
-
Uses of ArrayOfDoublesCombiner in org.apache.datasketches.tuple.arrayofdoubles
Methods in org.apache.datasketches.tuple.arrayofdoubles with parameters of type ArrayOfDoublesCombiner Modifier and Type Method Description voidArrayOfDoublesIntersection. intersect(ArrayOfDoublesSketch tupleSketch, ArrayOfDoublesCombiner combiner)Performs a stateful intersection of the internal set with the given tupleSketch.
-