Class CompactDoublesSketch
- java.lang.Object
-
- org.apache.datasketches.quantiles.DoublesSketch
-
- org.apache.datasketches.quantiles.CompactDoublesSketch
-
public abstract class CompactDoublesSketch extends DoublesSketch
- Author:
- Jon Malkin
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CompactDoublesSketchheapify(org.apache.datasketches.memory.Memory srcMem)-
Methods inherited from class org.apache.datasketches.quantiles.DoublesSketch
builder, downSample, getCDF, getCompactStorageBytes, getCompactStorageBytes, getK, getKFromEpsilon, getMaxValue, getMinValue, getN, getNormalizedRankError, getNormalizedRankError, getPMF, getQuantile, getQuantileLowerBound, getQuantiles, getQuantiles, getQuantileUpperBound, getRank, getRetainedItems, getStorageBytes, getUpdatableStorageBytes, getUpdatableStorageBytes, isDirect, isEmpty, isEstimationMode, isSameResource, iterator, putMemory, putMemory, toByteArray, toByteArray, toString, toString, toString, toString, wrap
-
-
-
-
Method Detail
-
heapify
public static CompactDoublesSketch heapify(org.apache.datasketches.memory.Memory srcMem)
-
-