Class CategorizerRankingReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.ModelProvider<net.sf.tweety.arg.dung.syntax.Argument,​net.sf.tweety.arg.dung.syntax.DungTheory,​NumericalArgumentRanking>, net.sf.tweety.commons.postulates.PostulateEvaluatable<net.sf.tweety.arg.dung.syntax.Argument>

    public class CategorizerRankingReasoner
    extends AbstractRankingReasoner<NumericalArgumentRanking>
    This class implements the "h-categorizer" argument ranking approach that was originally proposed by [Besnard, Hunter. A logic-based theory of deductive arguments. 2001] for deductive logics. It uses the Fixed-point algorithm of [Pu, Zhang, Luo, Luo. Argument Ranking with Categoriser Function. KSEM 2014] which allows for cycles in argumentation graphs.
    Author:
    Anna Gessler
    See Also:
    HCategorizer
    • Constructor Detail

      • CategorizerRankingReasoner

        public CategorizerRankingReasoner()