Package | Description |
---|---|
org.apache.datasketches.tdigest |
t-Digest for estimating quantiles and ranks.
|
Modifier and Type | Method and Description |
---|---|
static TDigestDouble |
TDigestDouble.heapify(org.apache.datasketches.memory.Memory mem)
Deserialize TDigest from a given memory.
|
static TDigestDouble |
TDigestDouble.heapify(org.apache.datasketches.memory.Memory mem,
boolean isFloat)
Deserialize TDigest from a given memory.
|
Modifier and Type | Method and Description |
---|---|
void |
TDigestDouble.merge(TDigestDouble other)
Merge the given TDigest into this one
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.