| Package | Description | 
|---|---|
| net.sf.tweety.arg.prob.analysis | |
| net.sf.tweety.arg.prob.dynamics | |
| net.sf.tweety.logics.pcl | |
| net.sf.tweety.logics.pcl.analysis | |
| net.sf.tweety.math.norm | 
| Modifier and Type | Field and Description | 
|---|---|
private RealVectorNorm | 
PAInconsistencyMeasure.norm
The norm used for measuring the distances. 
 | 
| Constructor and Description | 
|---|
PAInconsistencyMeasure(RealVectorNorm norm,
                      DungTheory theory,
                      PASemantics semantics)
Creates a new inconsinstency measure which uses the given norm and
 measures wrt. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private RealVectorNorm | 
AbstractPAChangeOperator.norm
The norm used for distance measurement between probabilistic extensions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected RealVectorNorm | 
AbstractPAChangeOperator.getNorm()
Returns the norm. 
 | 
| 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 | Field and Description | 
|---|---|
private RealVectorNorm | 
GeneralizedMeReasoner.norm
The norm. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private RealVectorNorm | 
MinimumViolationMachineShop.norm
The norm. 
 | 
private RealVectorNorm | 
MinimalViolationInconsistencyMeasure.norm
The norm. 
 | 
| Constructor and Description | 
|---|
MinimalViolationInconsistencyMeasure(RealVectorNorm norm,
                                    Solver solver)
Creates a new measure the given norm 
 | 
MinimumViolationMachineShop(RealVectorNorm norm)
Creates a new machine shop for the norm 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractRealVectorNorm
Abstract class for real vector norms. 
 | 
class  | 
EntropyNorm<T extends java.lang.Comparable<T>>
The entropy norm. 
 | 
class  | 
ManhattanNorm
The Manhattan norm. 
 | 
class  | 
MaximumNorm
The Maximum norm. 
 | 
class  | 
PNorm
The p-norm. 
 |