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