Uses of Interface
org.tweetyproject.math.func.AggregationFunction
Packages that use AggregationFunction
Package
Description
-
Uses of AggregationFunction in org.tweetyproject.logics.mln.analysis
Constructors in org.tweetyproject.logics.mln.analysis with parameters of type AggregationFunctionModifierConstructorDescriptionAggregatingCoherenceMeasure
(RealVectorNorm norm, AggregationFunction aggregator) -
Uses of AggregationFunction in org.tweetyproject.math.func
Classes in org.tweetyproject.math.func that implement AggregationFunctionModifier 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
Constructors in org.tweetyproject.math.norm with parameters of type AggregationFunctionModifierConstructorDescriptionAggregatingNorm
(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.