Class IncludeMinMax.DoublesPair
- java.lang.Object
-
- org.apache.datasketches.quantilescommon.IncludeMinMax.DoublesPair
-
- Enclosing class:
- IncludeMinMax
public static class IncludeMinMax.DoublesPair extends Object
A simple structure to hold a pair of arrays
-
-
Field Summary
Fields Modifier and Type Field Description long[]
cumWeights
the array of associated cumulative weightsdouble[]
quantiles
the array of quantiles
-
Constructor Summary
Constructors Constructor Description DoublesPair(double[] quantiles, long[] cumWeights)
Constructor.
-