Uses of Interface
net.sf.tweety.math.func.AggregationFunction
- 
Packages that use AggregationFunction Package Description net.sf.tweety.logics.mln.analysis net.sf.tweety.math.func net.sf.tweety.math.norm  - 
- 
Uses of AggregationFunction in net.sf.tweety.logics.mln.analysis
Fields in net.sf.tweety.logics.mln.analysis declared as AggregationFunction Modifier and Type Field Description private AggregationFunctionAggregatingCoherenceMeasure. aggregatorThe aggregation function used to aggregate the distances for each formula.Constructors in net.sf.tweety.logics.mln.analysis with parameters of type AggregationFunction Constructor Description AggregatingCoherenceMeasure(RealVectorNorm norm, AggregationFunction aggregator) - 
Uses of AggregationFunction in net.sf.tweety.math.func
Classes in net.sf.tweety.math.func that implement AggregationFunction Modifier and Type Class Description classAverageAggregatorThis aggregation function models the average function.classMaxAggregatorThis aggregation function models the maximum function.classMinAggregatorThis aggregation function models the minimum function.classProductAggregatorThis aggregation function models the product function.classSumAggregatorThis aggregation function models the sum function. - 
Uses of AggregationFunction in net.sf.tweety.math.norm
Fields in net.sf.tweety.math.norm declared as AggregationFunction Modifier and Type Field Description private AggregationFunctionAggregatingNorm. aggregatorThe aggregation function used for computing the distance.private AggregationFunctionProbabilisticAggregatingNorm. aggregatorThe aggregation function used for computing the distance.Constructors in net.sf.tweety.math.norm with parameters of type AggregationFunction Constructor Description AggregatingNorm(AggregationFunction aggregator)Creates a new distance function with the given aggregator.ProbabilisticAggregatingNorm(AggregationFunction aggregator, int weight)Creates a new distance function with the given aggregator. 
 -