Uses of Class
org.tweetyproject.arg.prob.syntax.PartialProbabilityAssignment
Packages that use PartialProbabilityAssignment
-
Uses of PartialProbabilityAssignment in org.tweetyproject.arg.prob.analysis
Classes in org.tweetyproject.arg.prob.analysis that implement interfaces with type arguments of type PartialProbabilityAssignmentModifier and TypeClassDescriptionclassThis inconsistency measure measures the distance between a given partial probability assignment to the set of rational/justifiable probabilistic extensions of a given Dung theory.Methods in org.tweetyproject.arg.prob.analysis with parameters of type PartialProbabilityAssignmentModifier and TypeMethodDescriptionPAInconsistencyMeasure.inconsistencyMeasure(PartialProbabilityAssignment ppa) -
Uses of PartialProbabilityAssignment in org.tweetyproject.arg.prob.dynamics
Methods in org.tweetyproject.arg.prob.dynamics with parameters of type PartialProbabilityAssignmentModifier and TypeMethodDescriptionabstract ProbabilisticExtensionAbstractPAChangeOperator.change(PartialProbabilityAssignment ppa, DungTheory theory) ChangeOperator.change(PartialProbabilityAssignment ppa, DungTheory theory) Given a partial probability assignment ppa and an argumentation theory, compute the closest probabilistic extension that is adequate for observing the theory in the state ppa.PARevisionOperator.change(PartialProbabilityAssignment ppa, DungTheory theory) PAUpdateOperator.change(PartialProbabilityAssignment ppa, DungTheory theory)