Uses of Class
org.apache.datasketches.quantilescommon.IncludeMinMax.ItemsPair
Package
Description
This package contains common tools and methods for the quantiles, kll and
req packages.
-
Uses of IncludeMinMax.ItemsPair in org.apache.datasketches.quantilescommon
Modifier and TypeMethodDescriptionstatic <T> IncludeMinMax.ItemsPair<T>
IncludeMinMax.includeItemsMinMax
(T[] quantilesIn, long[] cumWeightsIn, T maxItem, T minItem, Comparator<? super T> comparator) The logic to include the min and max of type T.