Uses of Class
org.tweetyproject.arg.dung.semantics.Labeling
Packages that use Labeling
Package
Description
-
Uses of Labeling in org.tweetyproject.arg.dung.learning
Method parameters in org.tweetyproject.arg.dung.learning with type arguments of type LabelingModifier and TypeMethodDescriptionTheoryLearner.learnExamples
(Map<Labeling, Integer> positiveExamples, Map<Labeling, Integer> negativeExamples) learns an argumentation framework fulfilling as many positive examples as possible while trying to not fulfill any negative examplesImprovedRiveretTheoryLearner.learnLabelings
(ArrayList<Labeling> labelings) learn theory without pruning discarded attacksImprovedRiveretTheoryLearner.learnLabelings
(ArrayList<Labeling> labelings, boolean prune, int threshold) learn random labelings from the given List until no undecided attacks are left in the theoryRiveretTheoryLearner.learnLabelings
(ArrayList<Labeling> labelings) learn theory without pruning discarded attacksRiveretTheoryLearner.learnLabelings
(ArrayList<Labeling> labelings, boolean prune, int threshold) learn random labelings from the given List until no undecided attacks are left in the theory -
Uses of Labeling in org.tweetyproject.arg.dung.learning.syntax
Subclasses of Labeling in org.tweetyproject.arg.dung.learning.syntaxModifier and TypeClassDescriptionclass
Implementation of the input labeling (here called example) as an extension of normal labeling i.e. -
Uses of Labeling in org.tweetyproject.arg.dung.parser
Methods in org.tweetyproject.arg.dung.parser that return LabelingModifier and TypeMethodDescriptionstatic Labeling
AbstractDungParser.parseLabeling
(String s) Returns a labeling parsed from the given stringMethods in org.tweetyproject.arg.dung.parser that return types with arguments of type LabelingModifier and TypeMethodDescriptionstatic Collection
<Labeling> AbstractDungParser.parseLabelingList
(String s) Returns a collection view of the given set of labelings -
Uses of Labeling in org.tweetyproject.arg.dung.semantics
Constructors in org.tweetyproject.arg.dung.semantics with parameters of type LabelingModifierConstructorDescriptionMinMaxNumbering
(ArgumentationFramework<Argument> theory, Labeling labeling) Initialize a new Min-Max Numbering from the given theory and labeling -
Uses of Labeling in org.tweetyproject.arg.dung.writer
Methods in org.tweetyproject.arg.dung.writer with parameters of type LabelingModifier and TypeMethodDescriptionstatic String
AbstractDungWriter.writeLabeling
(Labeling l) Writes a labeling in the form [[IN1,...,INM],[OUT1,...,OUTN],[UNDEC1,...,UNDECM]] -
Uses of Labeling in org.tweetyproject.arg.prob.semantics
Methods in org.tweetyproject.arg.prob.semantics that return LabelingModifier and TypeMethodDescriptionProbabilisticExtension.getEpistemicLabeling()
Returns the epistemic labeling of this probabilistic extension, i.e.Methods in org.tweetyproject.arg.prob.semantics with parameters of type LabelingModifier and TypeMethodDescriptionboolean
ProbabilisticExtension.isCongruent
(Labeling l) Checks whether the given labeling is congruent to this probabilistic extension, i.e.