Class ExactAnalysis
java.lang.Object
org.tweetyproject.arg.bipolar.analysis.AbstractAnalysis
org.tweetyproject.arg.bipolar.analysis.ExactAnalysis
- All Implemented Interfaces:
Analysis
,ProbabilisticJustificationAnalysis
This class implements exact probabilistic justification of a set of queries by generating all possible
induces EAfs from a PEAF.
See
Li, Hengfei. Probabilistic argumentation. 2015. PhD Thesis. Aberdeen University.
- Author:
- Taha Dogan Gunes
-
Constructor Summary
ConstructorDescriptionExactAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner) Creates an ExactAnalysis object -
Method Summary
Modifier and TypeMethodDescriptionComputes exactly what is probabilistic justification of the given set of arguments in the PEAF.Methods inherited from class org.tweetyproject.arg.bipolar.analysis.AbstractAnalysis
setPEAFTheory
-
Constructor Details
-
ExactAnalysis
Creates an ExactAnalysis object- Parameters:
peafTheory
- The PEAFTheory objectextensionReasoner
- An extension reasoner object
-
-
Method Details
-
query
Computes exactly what is probabilistic justification of the given set of arguments in the PEAF.Warning: It is intractable when the number of arguments in PEAF is above 12.
-