Interface AggregationFunction
- All Superinterfaces:
Serializable,SimpleFunction<List<Double>, Double>
- All Known Implementing Classes:
AverageAggregator,MaxAggregator,MinAggregator,ProductAggregator,SumAggregator
This class aggregates a list of doubles to a single double.
- Author:
- Matthias Thimm
-
Method Summary
-
Method Details
-
eval
Description copied from interface:SimpleFunctionEvaluates the function for the given element.- Specified by:
evalin interfaceSimpleFunction<List<Double>, Double>- Parameters:
x- some element- Returns:
- the value of the element.
-
toString
-