public class QuantileAggregator extends java.lang.Object implements IntervalAggregator
IntervalAggregator that works based on quantiles. That is, if a
quantile with value 0.15 is chosen, the aggregator would choose the 0.85
quantile of the predictions as the maximum and the 0.15 quantile as the
minimum.| Constructor and Description |
|---|
QuantileAggregator(double quantile) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.geometry.euclidean.oned.Interval |
aggregate(java.util.List<java.lang.Double> toAggregate) |
public org.apache.commons.math3.geometry.euclidean.oned.Interval aggregate(java.util.List<java.lang.Double> toAggregate)
aggregate in interface IntervalAggregator