| Class and Description |
|---|
| AbstractTDigest |
| ArrayDigest
Array based implementation of a TDigest.
|
| AVLTreeDigest |
| Centroid
A single centroid which represents a number of data points.
|
| GroupTree
A tree containing TDigest.Centroid.
|
| MergingDigest
Maintains a t-digest by collecting new points in a buffer that is then sorted occasionally and merged
into a sorted array that contains previously computed centroids.
|
| MergingDigest.Encoding |
| 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 © 2015. All rights reserved.