Class AggressiveAggregator

  • All Implemented Interfaces:
    IntervalAggregator, java.io.Serializable

    public class AggressiveAggregator
    extends java.lang.Object
    implements IntervalAggregator
    An 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.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.math3.geometry.euclidean.oned.Interval aggregate​(java.util.List<java.lang.Double> toAggregate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AggressiveAggregator

        public AggressiveAggregator()
    • Method Detail

      • aggregate

        public org.apache.commons.math3.geometry.euclidean.oned.Interval aggregate​(java.util.List<java.lang.Double> toAggregate)
        Specified by:
        aggregate in interface IntervalAggregator