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 DoubleAbstractPafReasoner. query(ProbabilisticArgumentationFramework paf, net.sf.tweety.arg.dung.semantics.Extension ext)Estimates the probability that the given set of arguments is an extensionDoubleAbstractPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, net.sf.tweety.arg.dung.syntax.Argument formula)abstract DoubleAbstractPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, net.sf.tweety.arg.dung.syntax.Argument formula, net.sf.tweety.commons.InferenceMode inferenceMode)Queries the given PAF for the given argument using the given inference type.DoubleMonteCarloPafReasoner. query(ProbabilisticArgumentationFramework paf, net.sf.tweety.arg.dung.semantics.Extension ext)DoubleMonteCarloPafReasoner. query(ProbabilisticArgumentationFramework beliefbase, net.sf.tweety.arg.dung.syntax.Argument formula, net.sf.tweety.commons.InferenceMode inferenceMode)DoubleSimplePafReasoner. query(ProbabilisticArgumentationFramework paf, net.sf.tweety.arg.dung.semantics.Extension ext)Estimates the probability that the given set of arguments is an extensionDoubleSimplePafReasoner. query(ProbabilisticArgumentationFramework beliefbase, net.sf.tweety.arg.dung.syntax.Argument formula, net.sf.tweety.commons.InferenceMode inferenceMode)
-