Package net.sf.tweety.math.func
-
Interface Summary Interface Description AggregationFunction This class aggregates a list of doubles to a single double.BinaryFunction<T,S,R> Encapsulates common methods of mathematical functions with a two parameters.SimpleFunction<T,S> Encapsulates common methods of mathematical functions with a single parameter.SimpleRealValuedFunction A real-valued function. -
Class Summary Class Description AverageAggregator This aggregation function models the average function.EntropyFunction The entropy function.FracAggrFunction This is the function 1-\sum_i (1-x_i/i) used e.g in [Mu,Liu,Jin, Bell.FractionSequenceFunction The function 1/x.MaxAggregator This aggregation function models the maximum function.MaxFunction The maximum function.MinAggregator This aggregation function models the minimum function.ProductAggregator This aggregation function models the product function.SmoothingFunction A function that smoothes two values with a smooting factor, i.e.SumAggregator This aggregation function models the sum function.