public class TDigestState
extends com.tdunning.math.stats.AVLTreeDigest
TDigest with custom serialization.| Constructor and Description |
|---|
TDigestState(double compression) |
| Modifier and Type | Method and Description |
|---|---|
double |
compression() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static TDigestState |
read(StreamInput in) |
static void |
write(TDigestState state,
StreamOutput out) |
add, add, asBytes, asSmallBytes, byteSize, cdf, centroidCount, centroids, compress, compress, fromBytes, quantile, recordAllData, size, smallByteSizeadd, add, createCentroid, decode, encode, interpolate, isRecording, mergepublic double compression()
compression in class com.tdunning.math.stats.AVLTreeDigestpublic static void write(TDigestState state, StreamOutput out) throws java.io.IOException
java.io.IOExceptionpublic static TDigestState read(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object