Class PAInconsistencyMeasureExample
java.lang.Object
org.tweetyproject.arg.prob.examples.PAInconsistencyMeasureExample
Example code for the PAInconsistencyMeasure.
- Author:
 - Matthias Thimm
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidThis method demonstrates how to calculate an inconsistency measure for argumentation theory with a partial probability assignment and apply a change operator to update the probability assignment based on argumentation semantics and entropy. 
- 
Constructor Details
- 
PAInconsistencyMeasureExample
public PAInconsistencyMeasureExample()Default 
 - 
 - 
Method Details
- 
main
This method demonstrates how to calculate an inconsistency measure for argumentation theory with a partial probability assignment and apply a change operator to update the probability assignment based on argumentation semantics and entropy. The demonstration includes the following steps: 1. Constructing a argumentation theory with three arguments (A, B, and C) and three attacks. 2. Creating a partial probability assignment with a specific probability for argument A. 3. Using a PA inconsistency measure to assess the inconsistency of the partial probability assignment. 4. Applying a change operator to update the partial probability assignment based on a coherent semantics and entropy-based reasoning.- Parameters:
 args- Command-line arguments (not used in this example).
 
 -