Uses of Class
net.sf.tweety.arg.prob.syntax.ProbabilisticArgumentationFramework
-
Packages that use ProbabilisticArgumentationFramework Package Description net.sf.tweety.arg.prob.reasoner -
-
Uses of ProbabilisticArgumentationFramework in net.sf.tweety.arg.prob.reasoner
Methods in net.sf.tweety.arg.prob.reasoner with parameters of type ProbabilisticArgumentationFramework Modifier and Type Method Description abstract java.lang.Double
AbstractPafReasoner. query(ProbabilisticArgumentationFramework paf, Extension ext)
Estimates the probability that the given set of arguments is an extensionjava.lang.Double
AbstractPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, Argument formula)
abstract java.lang.Double
AbstractPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode)
Queries the given PAF for the given argument using the given inference type.java.lang.Double
MonteCarloPafReasoner. query(ProbabilisticArgumentationFramework paf, Extension ext)
java.lang.Double
MonteCarloPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode)
java.lang.Double
SimplePafReasoner. query(ProbabilisticArgumentationFramework paf, Extension ext)
Estimates the probability that the given set of arguments is an extensionjava.lang.Double
SimplePafReasoner. query(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode)
-