Uses of Class
org.tweetyproject.arg.dung.semantics.Labeling
-
Packages that use Labeling Package Description org.tweetyproject.arg.dung.learning org.tweetyproject.arg.dung.parser org.tweetyproject.arg.dung.writer org.tweetyproject.arg.prob.semantics -
-
Uses of Labeling in org.tweetyproject.arg.dung.learning
Method parameters in org.tweetyproject.arg.dung.learning with type arguments of type Labeling Modifier and Type Method Description DungTheoryTheoryLearner. learnExamples(java.util.Map<Labeling,java.lang.Integer> positiveExamples, java.util.Map<Labeling,java.lang.Integer> negativeExamples)learns an argumentation framework fulfilling as many positive examples as possible while trying to not fulfill any negative examplesDungTheoryImprovedRiveretTheoryLearner. learnLabelings(java.util.ArrayList<Labeling> labelings)learn theory without pruning discarded attacksDungTheoryImprovedRiveretTheoryLearner. learnLabelings(java.util.ArrayList<Labeling> labelings, boolean prune, int threshold)learn random labelings from the given List until no undecided attacks are left in the theoryDungTheoryRiveretTheoryLearner. learnLabelings(java.util.ArrayList<Labeling> labelings)learn theory without pruning discarded attacksDungTheoryRiveretTheoryLearner. learnLabelings(java.util.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.parser
Methods in org.tweetyproject.arg.dung.parser that return Labeling Modifier and Type Method Description static LabelingAbstractDungParser. parseLabeling(java.lang.String s)Returns a labeling parsed from the given stringMethods in org.tweetyproject.arg.dung.parser that return types with arguments of type Labeling Modifier and Type Method Description static java.util.Collection<Labeling>AbstractDungParser. parseLabelingList(java.lang.String s)Returns a collection view of the given set of labelings -
Uses of Labeling in org.tweetyproject.arg.dung.writer
Methods in org.tweetyproject.arg.dung.writer with parameters of type Labeling Modifier and Type Method Description static java.lang.StringAbstractDungWriter. 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 Labeling Modifier and Type Method Description LabelingProbabilisticExtension. getEpistemicLabeling()Returns the epistemic labeling of this probabilistic extension, i.e.Methods in org.tweetyproject.arg.prob.semantics with parameters of type Labeling Modifier and Type Method Description booleanProbabilisticExtension. isCongruent(Labeling l)Checks whether the given labeling is congruent to this probabilistic extension, i.e.
-