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
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
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.
-