| Modifier and Type | Method and Description |
|---|---|
protected Centroid |
AbstractTDigest.createCentroid(double mean,
int id) |
static Centroid |
Centroid.createWeighted(double x,
int w,
Iterable<? extends Double> data) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<Centroid> |
TDigest.centroids()
A
Collection that lets you go through the centroids in ascending order by mean. |
Collection<Centroid> |
MergingDigest.centroids() |
Collection<Centroid> |
AVLTreeDigest.centroids() |
| Modifier and Type | Method and Description |
|---|---|
int |
Centroid.compareTo(Centroid o) |
Copyright © 2017. All rights reserved.