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 interfaceAggregationFunctionThis class aggregates a list of doubles to a single double.interfaceSimpleRealValuedFunctionA real-valued function.Classes in net.sf.tweety.math.func that implement SimpleFunction Modifier and Type Class Description classAverageAggregatorThis aggregation function models the average function.classEntropyFunctionThe entropy function.classFracAggrFunctionThis is the function 1-\sum_i (1-x_i/i) used e.g in [Mu,Liu,Jin, Bell.classFractionSequenceFunctionThe function 1/x.classMaxAggregatorThis aggregation function models the maximum function.classMinAggregatorThis aggregation function models the minimum function.classProductAggregatorThis aggregation function models the product function.classSumAggregatorThis 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 classDefaultNegationImplements the default fuzzy negation x -> x-1classFuzzyNegationRepresents 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 classEntropyNorm<T extends java.lang.Comparable<T>>The entropy norm.
-