Package ai.libs.jaicore.ml.weka.rangequery.learner.intervaltree.aggregation
-
Interface Summary Interface Description IntervalAggregator An IntervalAggeregator can aggregate from a list of intervals, more precisely given a list of predictions in the leaf node, it can predict a range. -
Class Summary Class Description AggressiveAggregator AnIntervalAggregatorthat makes predictions using the minimum of the predictions as the lower bound and the maximum as the upper bound.QuantileAggregator AIntervalAggregatorthat works based on quantiles.