public class AggressiveAggregator extends java.lang.Object implements IntervalAggregator
IntervalAggregator that makes predictions using the minimum of the
predictions as the lower bound and the maximum as the upper bound. These
predictions are, generally speaking, favorable if the correctness property
of the RQP is desired over the precision property.| Constructor and Description |
|---|
AggressiveAggregator() |
| 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