T
- the item class typepublic static class IncludeMinMax.ItemsPair<T> extends Object
Modifier and Type | Field and Description |
---|---|
long[] |
cumWeights
The array of associated cumulative weights
|
T[] |
quantiles
The array of quantiles
|
public T[] quantiles
public long[] cumWeights
public ItemsPair(T[] quantiles, long[] cumWeights)
quantiles
- the array of quantilescumWeights
- the array of associated cumulative weightsCopyright © 2015–2024 The Apache Software Foundation. All rights reserved.