public interface IAggregator
Modifier and Type | Method and Description |
---|---|
double |
aggregate(java.util.Collection<? extends java.lang.Number> values)
Aggregate collection of values to one value.
|
double |
getNeutralElement()
Get the neutral element of this aggregation operator.
|
double aggregate(java.util.Collection<? extends java.lang.Number> values)
Double.NaN
for the median of an
empty collections.double getNeutralElement()
Double.NaN
or
Double.POSITIVE_INFINITY
.