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