Uses of Class
org.tweetyproject.arg.prob.syntax.ProbabilisticArgumentationFramework
Packages that use ProbabilisticArgumentationFramework
-
Uses of ProbabilisticArgumentationFramework in org.tweetyproject.arg.prob.reasoner
Classes in org.tweetyproject.arg.prob.reasoner that implement interfaces with type arguments of type ProbabilisticArgumentationFrameworkMethods in org.tweetyproject.arg.prob.reasoner with parameters of type ProbabilisticArgumentationFrameworkModifier and TypeMethodDescriptionabstract Double
AbstractPafReasoner.query
(ProbabilisticArgumentationFramework paf, Extension ext) Estimates the probability that the given set of arguments is an extensionAbstractPafReasoner.query
(ProbabilisticArgumentationFramework beliefbase, Argument formula) abstract Double
AbstractPafReasoner.query
(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given PAF for the given argument using the given inference type.MonteCarloPafReasoner.query
(ProbabilisticArgumentationFramework paf, Extension ext) MonteCarloPafReasoner.query
(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode) SimplePafReasoner.query
(ProbabilisticArgumentationFramework paf, Extension ext) Estimates the probability that the given set of arguments is an extensionSimplePafReasoner.query
(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode)