Class AnalysisExample
java.lang.Object
org.tweetyproject.logics.pcl.examples.AnalysisExample
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
-
Method Summary
-
Constructor Details
-
AnalysisExample
public AnalysisExample()Default Constructor
-
-
Method Details
-
main
Main method illustrating how to compute the inconsistency measure, culpability, and repair a probabilistic belief set.- Parameters:
args
- Command line arguments (not used)- Throws:
FileNotFoundException
- If the specified belief set file is not foundParserException
- If an error occurs while parsing the belief setIOException
- If an I/O error occurs while reading the belief set file
-