Package | Description |
---|---|
com.clearspring.analytics.stream.quantile |
Modifier and Type | Method and Description |
---|---|
static TDigest |
TDigest.fromBytes(ByteBuffer buf)
Reads a histogram from a byte buffer
|
static TDigest |
TDigest.merge(double compression,
Iterable<TDigest> subData) |
TDigest |
TDigest.recordAllData()
Sets up so that all centroids will record all data assigned to them.
|
Modifier and Type | Method and Description |
---|---|
void |
TDigest.add(TDigest other) |
Modifier and Type | Method and Description |
---|---|
static TDigest |
TDigest.merge(double compression,
Iterable<TDigest> subData) |
Copyright © 2019. All rights reserved.