Uses of Interface
net.sf.tweety.math.func.SimpleFunction
-
Packages that use SimpleFunction Package Description net.sf.tweety.logics.commons.analysis net.sf.tweety.math.func net.sf.tweety.math.func.fuzzy net.sf.tweety.math.norm -
-
Uses of SimpleFunction in net.sf.tweety.logics.commons.analysis
Constructors in net.sf.tweety.logics.commons.analysis with parameters of type SimpleFunction Constructor Description CspInconsistencyMeasure(SimpleFunction<java.lang.Double,java.lang.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[],java.lang.Double> measureFunction, MusEnumerator<S> enumerator)
Creates a new inconsistency measure. -
Uses of SimpleFunction in net.sf.tweety.math.func
Subinterfaces of SimpleFunction in net.sf.tweety.math.func Modifier and Type Interface Description interface
AggregationFunction
This class aggregates a list of doubles to a single double.interface
SimpleRealValuedFunction
A real-valued function.Classes in net.sf.tweety.math.func that implement SimpleFunction Modifier and Type Class Description class
AverageAggregator
This aggregation function models the average function.class
EntropyFunction
The entropy function.class
FracAggrFunction
This is the function 1-\sum_i (1-x_i/i) used e.g in [Mu,Liu,Jin, Bell.class
FractionSequenceFunction
The function 1/x.class
MaxAggregator
This aggregation function models the maximum function.class
MinAggregator
This aggregation function models the minimum function.class
ProductAggregator
This aggregation function models the product function.class
SumAggregator
This aggregation function models the sum function. -
Uses of SimpleFunction in net.sf.tweety.math.func.fuzzy
Classes in net.sf.tweety.math.func.fuzzy that implement SimpleFunction Modifier and Type Class Description class
DefaultNegation
Implements the default fuzzy negation x -> x-1class
FuzzyNegation
Represents a fuzzy negation, i.e., a generalization of a logical negation on values in [0,1]. -
Uses of SimpleFunction in net.sf.tweety.math.norm
Classes in net.sf.tweety.math.norm that implement SimpleFunction Modifier and Type Class Description class
EntropyNorm<T extends java.lang.Comparable<T>>
The entropy norm.
-