Uses of Class
org.apache.datasketches.kll.KllSketch
-
Packages that use KllSketch Package Description org.apache.datasketches.kll Implementation of a very compact quantiles sketch with lazy compaction scheme and nearly optimal accuracy per retained item. -
-
Uses of KllSketch in org.apache.datasketches.kll
Subclasses of KllSketch in org.apache.datasketches.kll Modifier and Type Class Description classKllDoublesSketchclassKllFloatsSketchMethods in org.apache.datasketches.kll with parameters of type KllSketch Modifier and Type Method Description voidKllSketch. merge(KllSketch other)Merges another sketch into this one.
-