Module org.elasticsearch.xcore
Interface EncodedTDigest.CentroidIterator
- Enclosing class:
EncodedTDigest
public static interface EncodedTDigest.CentroidIterator
Iterator over centroids in increasing mean order.
-
Method Details
-
next
boolean next() -
currentCount
long currentCount() -
currentMean
double currentMean() -
hasNext
boolean hasNext()
-