Class ApproxAnalysis
java.lang.Object
org.tweetyproject.arg.bipolar.analysis.AbstractAnalysis
org.tweetyproject.arg.bipolar.analysis.ApproxAnalysis
- All Implemented Interfaces:
Analysis
,ProbabilisticJustificationAnalysis
This class implements approximate probabilistic justification of a set of queries using Monte Carlo Sampling of
induced EAFs from a PEAF.
see Li, Hengfei. Probabilistic argumentation. 2015. PhD Thesis. Aberdeen University.
- Author:
- Taha Dogan Gunes
-
Constructor Summary
ConstructorDescriptionApproxAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, double errorLevel) Creates an ApproxAnalysis object -
Method Summary
Modifier and TypeMethodDescriptionComputes approximately what is probabilistic justification of the given set of arguments in the PEAF given error levelMethods inherited from class org.tweetyproject.arg.bipolar.analysis.AbstractAnalysis
setPEAFTheory
-
Constructor Details
-
ApproxAnalysis
public ApproxAnalysis(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, double errorLevel) Creates an ApproxAnalysis object- Parameters:
peafTheory
- The PEAFTheory objectextensionReasoner
- An extension reasoner objecterrorLevel
- the error level in double
-
-
Method Details