Class PAInconsistencyMeasure
java.lang.Object
org.tweetyproject.arg.prob.analysis.PAInconsistencyMeasure
- All Implemented Interfaces:
InconsistencyMeasure<PartialProbabilityAssignment>
public class PAInconsistencyMeasure
extends Object
implements InconsistencyMeasure<PartialProbabilityAssignment>
This inconsistency measure measures the distance between a given partial
probability assignment to the set of rational/justifiable probabilistic extensions
of a given Dung theory.
- Author:
- Matthias Thimm
-
Field Summary
Fields inherited from interface org.tweetyproject.logics.commons.analysis.InconsistencyMeasure
MEASURE_TOLERANCE
-
Constructor Summary
ConstructorDescriptionPAInconsistencyMeasure
(RealVectorNorm norm, DungTheory theory, PASemantics semantics) Creates a new inconsinstency measure which uses the given norm and measures wrt. -
Method Summary
Modifier and TypeMethodDescriptionThis method measures the inconsistency of the given belief base.
-
Constructor Details
-
PAInconsistencyMeasure
Creates a new inconsinstency measure which uses the given norm and measures wrt. the given theory.- Parameters:
norm
- a normtheory
- a Dung theorysemantics
- the semantics against which the inconsistency of partial probability assignments are measured.
-
-
Method Details
-
inconsistencyMeasure
Description copied from interface:InconsistencyMeasure
This method measures the inconsistency of the given belief base.- Specified by:
inconsistencyMeasure
in interfaceInconsistencyMeasure<PartialProbabilityAssignment>
- Parameters:
ppa
- a belief base.- Returns:
- a Double indicating the degree of inconsistency.
-