| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
|
| MaxFunction |
The maximum function.
|
| SmoothingFunction |
A function that smoothes two values with a smooting factor, i.e.
|