| Package | Description |
|---|---|
| net.sf.tweety.arg.prob.dynamics | |
| net.sf.tweety.math.func | |
| net.sf.tweety.math.norm |
| Modifier and Type | Field and Description |
|---|---|
private SimpleRealValuedFunction |
AbstractPAChangeOperator.f
The function that is maximized on the set of probabilistic extensions with minimal distance.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleRealValuedFunction |
AbstractPAChangeOperator.getFunction()
Returns the function f.
|
| Constructor and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntropyFunction
The entropy function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntropyNorm<T extends java.lang.Comparable<T>>
The entropy norm.
|