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 quantiles.
|
Modifier and Type | Method and Description |
---|---|
CompactDoublesSketch |
UpdateDoublesSketch.compact() |
CompactDoublesSketch |
UpdateDoublesSketch.compact(org.apache.datasketches.memory.WritableMemory dstMem)
Returns a compact version of this sketch.
|
static CompactDoublesSketch |
CompactDoublesSketch.heapify(org.apache.datasketches.memory.Memory srcMem) |
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.