Class AnalysisExample

java.lang.Object
org.tweetyproject.logics.pcl.examples.AnalysisExample

public class AnalysisExample extends Object
Example code illustrating the use of inconsistency measures and repairing approaches for probabilistic conditional logic.

This class demonstrates how to evaluate the inconsistency of a probabilistic conditional logic belief set and how to apply different repairing techniques to make the belief set consistent.

Author:
Your Name
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Main method illustrating how to compute the inconsistency measure, culpability, and repair a probabilistic belief set.

    Methods inherited from class java.lang.Object

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

    • AnalysisExample

      public AnalysisExample()
      Default Constructor
  • Method Details