Class IncludeMinMax.FloatsPair

java.lang.Object
org.apache.datasketches.quantilescommon.IncludeMinMax.FloatsPair
Enclosing class:
IncludeMinMax

public static class IncludeMinMax.FloatsPair extends Object
A simple structure to hold a pair of arrays
  • Field Details

    • quantiles

      public float[] quantiles
      The array of quantiles
    • cumWeights

      public long[] cumWeights
      The array of associated cumulative weights
  • Constructor Details

    • FloatsPair

      public FloatsPair(float[] quantiles, long[] cumWeights)
      Constructor.
      Parameters:
      quantiles - the array of quantiles
      cumWeights - the array of associated cumulative weights