Class PAInconsistencyMeasureExample

java.lang.Object
org.tweetyproject.arg.prob.examples.PAInconsistencyMeasureExample

public class PAInconsistencyMeasureExample extends Object
Example code for the PAInconsistencyMeasure.
Author:
Matthias Thimm
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    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.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PAInconsistencyMeasureExample

      public PAInconsistencyMeasureExample()
      Default
  • Method Details

    • main

      public static void main(String[] args)
      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).