| Class and Description |
|---|
| AbstractTDigest |
| AVLTreeDigest |
| Centroid
A single centroid which represents a number of data points.
|
| Histogram
A Histogram is a histogram with cleverly chosen, but fixed, bin widths.
|
| 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 |
| ScaleFunction
Encodes the various scale functions for t-digests.
|
| TDigest
Adaptive histogram based on something like streaming k-means crossed with Q-digest.
|
Copyright © 2021. All rights reserved.