| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDigest
Array based implementation of a TDigest.
|
class |
AVLTreeDigest |
class |
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.
|
class |
TreeDigest
Adaptive histogram based on something like streaming k-means crossed with Q-digest.
|
Copyright © 2015. All rights reserved.