Uses of Class
net.sf.tweety.arg.dung.semantics.Labeling
-
Packages that use Labeling Package Description net.sf.tweety.arg.dung.learning net.sf.tweety.arg.dung.parser net.sf.tweety.arg.dung.writer net.sf.tweety.arg.prob.semantics -
-
Uses of Labeling in net.sf.tweety.arg.dung.learning
Method parameters in net.sf.tweety.arg.dung.learning with type arguments of type Labeling Modifier and Type Method Description DungTheoryImprovedRiveretTheoryLearner. 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)learn random labelings from the given List until no undecided attacks are left in the theory -
Uses of Labeling in net.sf.tweety.arg.dung.parser
Methods in net.sf.tweety.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 net.sf.tweety.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 net.sf.tweety.arg.dung.writer
Methods in net.sf.tweety.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 net.sf.tweety.arg.prob.semantics
Methods in net.sf.tweety.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 net.sf.tweety.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.
-