| 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 | Description |
|---|---|
| AggressiveAggregator |
An
IntervalAggregator that makes predictions using the minimum of the
predictions as the lower bound and the maximum as the upper bound. |
| QuantileAggregator |
A
IntervalAggregator that works based on quantiles. |