Class IncludeMinMax.FloatsPair
java.lang.Object
org.apache.datasketches.quantilescommon.IncludeMinMax.FloatsPair
- Enclosing class:
- IncludeMinMax
A simple structure to hold a pair of arrays
-
Field Summary
Modifier and TypeFieldDescriptionlong[]
The array of associated cumulative weightsfloat[]
The array of quantiles -
Constructor Summary
-
Method Summary
-
Field Details
-
quantiles
public float[] quantilesThe array of quantiles -
cumWeights
public long[] cumWeightsThe array of associated cumulative weights
-
-
Constructor Details
-
FloatsPair
public FloatsPair(float[] quantiles, long[] cumWeights) Constructor.- Parameters:
quantiles
- the array of quantilescumWeights
- the array of associated cumulative weights
-