Interface DoublesSortedViewIterator
-
- All Superinterfaces:
SortedViewIterator
- All Known Implementing Classes:
DoublesSketchSortedViewIterator
,KllDoublesSketchSortedViewIterator
public interface DoublesSortedViewIterator extends SortedViewIterator
The quantiles SortedView iterator for type double.- Author:
- Alexander Saydakov, Lee Rhodes
- See Also:
SortedViewIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getQuantile()
Gets the quantile at the current index.-
Methods inherited from interface org.apache.datasketches.quantilescommon.SortedViewIterator
getCumulativeWeight, getN, getNormalizedRank, getWeight, next
-
-