public class PAInconsistencyMeasure extends java.lang.Object implements InconsistencyMeasure<PartialProbabilityAssignment>
| Modifier and Type | Field and Description | 
|---|---|
private DungTheory | 
dungTheory
The Dung theory against the partial prob assignments are measured. 
 | 
private RealVectorNorm | 
norm
The norm used for measuring the distances. 
 | 
private PASemantics | 
semantics
The semantics against which the inconsistency of partial probability assignments are measured. 
 | 
MEASURE_TOLERANCE| 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 | Method and Description | 
|---|---|
java.lang.Double | 
inconsistencyMeasure(PartialProbabilityAssignment ppa)
This method measures the inconsistency of the given belief base. 
 | 
private RealVectorNorm norm
private DungTheory dungTheory
private PASemantics semantics
public PAInconsistencyMeasure(RealVectorNorm norm, DungTheory theory, PASemantics semantics)
norm - a normtheory - a Dung theorysemantics - the semantics against which the inconsistency of partial probability assignments are measured.public java.lang.Double inconsistencyMeasure(PartialProbabilityAssignment ppa)
InconsistencyMeasureinconsistencyMeasure in interface InconsistencyMeasure<PartialProbabilityAssignment>ppa - a belief base.