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 -
-
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(ArrayList<Labeling> labelings)learn theory without pruning discarded attacksDungTheoryImprovedRiveretTheoryLearner. learnLabelings(ArrayList<Labeling> labelings, boolean prune, int threshold)learn random labelings from the given List until no undecided attacks are left in the theoryDungTheoryRiveretTheoryLearner. learnLabelings(ArrayList<Labeling> labelings)learn theory without pruning discarded attacksDungTheoryRiveretTheoryLearner. learnLabelings(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(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 Collection<Labeling>AbstractDungParser. parseLabelingList(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 StringAbstractDungWriter. writeLabeling(Labeling l)Writes a labeling in the form [[IN1,...,INM],[OUT1,...,OUTN],[UNDEC1,...,UNDECM]]
-