Uses of Interface
org.tweetyproject.math.func.SimpleFunction
Package
Description
-
Uses of SimpleFunction in org.tweetyproject.logics.commons.analysis
ModifierConstructorDescriptionCspInconsistencyMeasure
(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
Modifier and TypeInterfaceDescriptioninterface
This class aggregates a list of doubles to a single double.interface
A real-valued function.Modifier 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
Modifier 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