Uses of Class
org.apache.datasketches.quantiles.CompactQuantilesDoublesSketch
Packages that use CompactQuantilesDoublesSketch
Package
Description
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
-
Uses of CompactQuantilesDoublesSketch in org.apache.datasketches.quantiles
Methods in org.apache.datasketches.quantiles that return CompactQuantilesDoublesSketchModifier and TypeMethodDescriptionUpdatableQuantilesDoublesSketch.compact()Returns a CompactQuantilesDoublesSketch of this classUpdatableQuantilesDoublesSketch.compact(MemorySegment dstSeg) Returns a compact version of this sketch.