Uses of Class
net.sf.tweety.arg.prob.lotteries.SubgraphProbabilityFunction
-
Packages that use SubgraphProbabilityFunction Package Description net.sf.tweety.arg.prob.lotteries net.sf.tweety.arg.prob.syntax -
-
Uses of SubgraphProbabilityFunction in net.sf.tweety.arg.prob.lotteries
Methods in net.sf.tweety.arg.prob.lotteries that return SubgraphProbabilityFunction Modifier and Type Method Description SubgraphProbabilityFunctionSubgraphProbabilityFunction. naiveUpdate(net.sf.tweety.arg.dung.semantics.Extension e)Updates this probability function with the given extension, i.e.SubgraphProbabilityFunctionSubgraphProbabilityFunction. roughUpdate(net.sf.tweety.arg.dung.syntax.DungTheory theory)Updates this probability function with the given theory using "rough redistribution", cf.SubgraphProbabilityFunctionSubgraphProbabilityFunction. simpleUpdate(net.sf.tweety.arg.dung.syntax.DungTheory theory)Updates this probability function with the given theory using "simple redistribution", cf.SubgraphProbabilityFunctionSubgraphProbabilityFunction. stickyUpdate(net.sf.tweety.arg.dung.syntax.DungTheory theory, double stickyCoefficient)Updates this probability function with the given theory using "sticky redistribution", cf.Constructors in net.sf.tweety.arg.prob.lotteries with parameters of type SubgraphProbabilityFunction Constructor Description ArgumentationLottery(Collection<net.sf.tweety.arg.dung.divisions.Division> divisions, SubgraphProbabilityFunction p, net.sf.tweety.arg.dung.semantics.Semantics semantics)Creates a new lottery for the given set of divisions using the given probability function and semantics.LdoArgumentationLottery(Collection<net.sf.tweety.arg.dung.ldo.syntax.LdoFormula> formulas, SubgraphProbabilityFunction p, net.sf.tweety.arg.dung.semantics.Semantics semantics)Creates a new lottery for the given set of formulas using the given probability function and semantics. -
Uses of SubgraphProbabilityFunction in net.sf.tweety.arg.prob.syntax
Methods in net.sf.tweety.arg.prob.syntax that return SubgraphProbabilityFunction Modifier and Type Method Description SubgraphProbabilityFunctionProbabilisticArgumentationFramework. getSubgraphProbabilityFunction()Returns the complete subgraph probability function on the subgraphs of this PAF, assuming independence between probabilities of all arguments and attacks.
-