Uses of Class
org.apache.datasketches.quantiles.UpdateDoublesSketch
| Package | Description |
|---|---|
| org.apache.datasketches.quantiles |
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of real (double) values or generic items.
|
-
Uses of UpdateDoublesSketch in org.apache.datasketches.quantiles
Methods in org.apache.datasketches.quantiles that return UpdateDoublesSketch Modifier and Type Method Description UpdateDoublesSketchDoublesSketchBuilder. build()Returns an UpdateDoublesSketch with the current configuration of this Builder.UpdateDoublesSketchDoublesSketchBuilder. build(org.apache.datasketches.memory.WritableMemory dstMem)Returns a quantiles UpdateDoublesSketch with the current configuration of this builder and the specified backing destination Memory store.abstract UpdateDoublesSketchDoublesUnion. getResult()Gets the result of this Union as an UpdateDoublesSketch, which enables further update operations on the resulting sketch.abstract UpdateDoublesSketchDoublesUnion. getResult(org.apache.datasketches.memory.WritableMemory dstMem)Places the result of this Union into the provided memory as an UpdateDoublesSketch, which enables further update operations on the resulting sketch.abstract UpdateDoublesSketchDoublesUnion. getResultAndReset()Gets the result of this Union as an UpdateDoublesSketch, which enables further update operations on the resulting sketch.static UpdateDoublesSketchUpdateDoublesSketch. heapify(org.apache.datasketches.memory.Memory srcMem)static UpdateDoublesSketchUpdateDoublesSketch. wrap(org.apache.datasketches.memory.WritableMemory srcMem)Wrap this sketch around the given non-compact Memory image of a DoublesSketch.