Uses of Interface
net.sf.tweety.math.func.SimpleRealValuedFunction
- 
Packages that use SimpleRealValuedFunction Package Description net.sf.tweety.arg.prob.dynamics net.sf.tweety.math.func net.sf.tweety.math.norm  - 
- 
Uses of SimpleRealValuedFunction in net.sf.tweety.arg.prob.dynamics
Fields in net.sf.tweety.arg.prob.dynamics declared as SimpleRealValuedFunction Modifier and Type Field Description private SimpleRealValuedFunctionAbstractPAChangeOperator. fThe function that is maximized on the set of probabilistic extensions with minimal distance.Methods in net.sf.tweety.arg.prob.dynamics that return SimpleRealValuedFunction Modifier and Type Method Description protected SimpleRealValuedFunctionAbstractPAChangeOperator. getFunction()Returns the function f.Constructors in net.sf.tweety.arg.prob.dynamics with parameters of type SimpleRealValuedFunction Constructor Description AbstractPAChangeOperator(PASemantics semantics, RealVectorNorm norm, SimpleRealValuedFunction f)Creates a new change operator for the given semantics that uses the specified norm for distance measuring and the given function for optimizing.PARevisionOperator(PASemantics semantics, RealVectorNorm norm, SimpleRealValuedFunction f)Creates a new change operator for the given semantics that uses the specified norm for distance measuring and the given function for optimizing.PAUpdateOperator(PASemantics semantics, RealVectorNorm norm, SimpleRealValuedFunction f)Creates a new change operator for the given semantics that uses the specified norm for distance measuring and the given function for optimizing. - 
Uses of SimpleRealValuedFunction in net.sf.tweety.math.func
Classes in net.sf.tweety.math.func that implement SimpleRealValuedFunction Modifier and Type Class Description classEntropyFunctionThe entropy function. - 
Uses of SimpleRealValuedFunction in net.sf.tweety.math.norm
Classes in net.sf.tweety.math.norm that implement SimpleRealValuedFunction Modifier and Type Class Description classEntropyNorm<T extends java.lang.Comparable<T>>The entropy norm. 
 -