Package org.tweetyproject.math.func
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:SimpleFunction
Evaluates the function for the given element.- Specified by:
eval
in interfaceSimpleFunction<List<Double>,
Double> - Parameters:
x
- some element- Returns:
- the value of the element.
-
toString
-