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 class
AverageAggregator
This aggregation function models the average function.class
MaxAggregator
This aggregation function models the maximum function.class
MinAggregator
This aggregation function models the minimum function.class
ProductAggregator
This aggregation function models the product function.class
SumAggregator
This 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.
-