Uses of Class
org.apache.datasketches.tdigest.TDigestDouble
-
Uses of TDigestDouble in org.apache.datasketches.tdigest
Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionvoid
TDigestDouble.merge
(TDigestDouble other) Merge the given TDigest into this one