Uses of Interface
org.tweetyproject.math.func.AggregationFunction
Package
Description
-
Uses of AggregationFunction in org.tweetyproject.logics.mln.analysis
ModifierConstructorDescriptionAggregatingCoherenceMeasure
(RealVectorNorm norm, AggregationFunction aggregator) -
Uses of AggregationFunction in org.tweetyproject.math.func
Modifier and TypeClassDescriptionclass
This aggregation function models the average function.class
This aggregation function models the maximum function.class
This aggregation function models the minimum function.class
This aggregation function models the product function.class
This aggregation function models the sum function. -
Uses of AggregationFunction in org.tweetyproject.math.norm
ModifierConstructorDescriptionAggregatingNorm
(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.