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 TypeInterfaceDescriptioninterface
This class aggregates a list of doubles to a single double.interface
A real-valued function.Classes in org.tweetyproject.math.func that implement SimpleFunctionModifier and TypeClassDescriptionclass
This aggregation function models the average function.class
The entropy function.class
This is the function 1-\sum_i (1-x_i/i) used e.g in [Mu,Liu,Jin, Bell.class
The function 1/x.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 SimpleFunction in org.tweetyproject.math.func.fuzzy
Classes in org.tweetyproject.math.func.fuzzy that implement SimpleFunctionModifier and TypeClassDescriptionclass
Implements the default fuzzy negation x -> x-1class
Represents 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