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.DoubleAbstractPafReasoner. query(ProbabilisticArgumentationFramework paf, Extension ext)Estimates the probability that the given set of arguments is an extensionjava.lang.DoubleAbstractPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, Argument formula)abstract java.lang.DoubleAbstractPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode)Queries the given PAF for the given argument using the given inference type.java.lang.DoubleMonteCarloPafReasoner. query(ProbabilisticArgumentationFramework paf, Extension ext)java.lang.DoubleMonteCarloPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode)java.lang.DoubleSimplePafReasoner. query(ProbabilisticArgumentationFramework paf, Extension ext)Estimates the probability that the given set of arguments is an extensionjava.lang.DoubleSimplePafReasoner. query(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode)
-