|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TDigest | |
---|---|
org.apache.mahout.math.stats |
Uses of TDigest in org.apache.mahout.math.stats |
---|
Methods in org.apache.mahout.math.stats that return TDigest | |
---|---|
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. |
Methods in org.apache.mahout.math.stats with parameters of type TDigest | |
---|---|
void |
TDigest.add(TDigest other)
|
Method parameters in org.apache.mahout.math.stats with type arguments of type TDigest | |
---|---|
static TDigest |
TDigest.merge(double compression,
Iterable<TDigest> subData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |