Uses of Class
org.apache.datasketches.quantilescommon.IncludeMinMax.DoublesPair
Package
Description
This package contains common tools and methods for the quantiles, kll and
req packages.
-
Uses of IncludeMinMax.DoublesPair in org.apache.datasketches.quantilescommon
Modifier and TypeMethodDescriptionstatic IncludeMinMax.DoublesPair
IncludeMinMax.includeDoublesMinMax
(double[] quantilesIn, long[] cumWeightsIn, double maxItem, double minItem) The logic to include the min and max of type double.