| Class | Description |
|---|---|
| AbstractTDigest | |
| ArrayDigest |
Array based implementation of a TDigest.
|
| Centroid |
A single centroid which represents a number of data points.
|
| GroupTree |
A tree containing TDigest.Centroid.
|
| TDigest |
Adaptive histogram based on something like streaming k-means crossed with Q-digest.
|
| TreeDigest |
Adaptive histogram based on something like streaming k-means crossed with Q-digest.
|
Copyright © 2014. All rights reserved.