Class AggressiveAggregator
- java.lang.Object
-
- ai.libs.jaicore.ml.weka.rangequery.learner.intervaltree.aggregation.AggressiveAggregator
-
- All Implemented Interfaces:
IntervalAggregator,java.io.Serializable
public class AggressiveAggregator extends java.lang.Object implements IntervalAggregator
AnIntervalAggregatorthat 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
-
-
Constructor Summary
Constructors Constructor Description AggressiveAggregator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.math3.geometry.euclidean.oned.Intervalaggregate(java.util.List<java.lang.Double> toAggregate)
-
-
-
Method Detail
-
aggregate
public org.apache.commons.math3.geometry.euclidean.oned.Interval aggregate(java.util.List<java.lang.Double> toAggregate)
- Specified by:
aggregatein interfaceIntervalAggregator
-
-