Uses of Interface
org.tweetyproject.math.func.SimpleFunction
Packages that use SimpleFunction
Package
Description
-
Uses of SimpleFunction in org.tweetyproject.logics.commons.analysis
Constructors in org.tweetyproject.logics.commons.analysis with parameters of type SimpleFunctionModifierConstructorDescriptionCspInconsistencyMeasure(SimpleFunction<Double, Double> measureFunction, MusEnumerator<S> enumerator, Solver solver) Creates a new measure that uses the given measure function, MUS enumerator, and Integer programming solverDfInconsistencyMeasure(SimpleFunction<double[], Double> measureFunction, MusEnumerator<S> enumerator) Creates a new inconsistency measure. -
Uses of SimpleFunction in org.tweetyproject.math.func
Subinterfaces of SimpleFunction in org.tweetyproject.math.funcModifier and TypeInterfaceDescriptioninterfaceThis class aggregates a list of doubles to a single double.interfaceA real-valued function.Classes in org.tweetyproject.math.func that implement SimpleFunctionModifier and TypeClassDescriptionclassThis aggregation function models the average function.classThe entropy function.classThis is the function 1-\sum_i (1-x_i/i) used e.g in [Mu,Liu,Jin, Bell.classThe function 1/x.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 SimpleFunction in org.tweetyproject.math.func.fuzzy
Classes in org.tweetyproject.math.func.fuzzy that implement SimpleFunctionModifier and TypeClassDescriptionclassImplements the default fuzzy negation x -> x-1classRepresents a fuzzy negation, i.e., a generalization of a logical negation on values in [0,1]. -
Uses of SimpleFunction in org.tweetyproject.math.norm
Classes in org.tweetyproject.math.norm that implement SimpleFunction