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) Constructor -
Uses of AggregationFunction in org.tweetyproject.math.func
Classes in org.tweetyproject.math.func that implement AggregationFunctionModifier and TypeClassDescriptionclassThis aggregation function models the average function.classThis aggregation function models the maximum function.classThis aggregation function models the minimum function.classThis aggregation function models the product function.classThis 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.