java.io.Serializablepublic class TDigestState
extends com.tdunning.math.stats.AVLTreeDigest
TDigest with custom serialization.| Constructor | Description |
|---|---|
TDigestState(double compression) |
| Modifier and Type | Method | 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, createCentroid, isRecordingadd, add, add, asBytes, asSmallBytes, byteSize, cdf, centroidCount, centroids, compress, fromBytes, quantile, recordAllData, size, smallByteSizepublic 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