Class ProductAggregator

java.lang.Object
org.tweetyproject.math.func.ProductAggregator
All Implemented Interfaces:
Serializable, AggregationFunction, SimpleFunction<List<Double>,Double>

public class ProductAggregator extends Object implements AggregationFunction
This aggregation function models the product function.
Author:
Matthias Thimm
See Also: