|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAggregator
Aggregtor interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |