Uses of Class
org.tweetyproject.comparator.NumericalPartialOrder
Packages that use NumericalPartialOrder
-
Uses of NumericalPartialOrder in org.tweetyproject.arg.rankings.reasoner
Subclasses with type arguments of type NumericalPartialOrder in org.tweetyproject.arg.rankings.reasonerModifier and TypeClassDescriptionclassThis class implements the "h-categorizer" argument ranking approach that was originally proposed by [Besnard, Hunter.classThis class implements the argument ranking approach of [Pu, Zhang, G.Luo, J.Luo.classImplements a graded semantics reasoner based on the ideas from [Thimm, Cerutti, Rienstra.classThis class implements the social abstract argumentation approach as proposed by [Bonzon, Delobelle, Konieczny, Maudet.classThis class implements the argument ranking approach of [Matt, Toni.Methods in org.tweetyproject.arg.rankings.reasoner that return NumericalPartialOrderModifier and TypeMethodDescriptionCategorizerRankingReasoner.getModel(DungTheory base) CountingRankingReasoner.getModel(DungTheory kb) ProbabilisticRankingReasoner.getModel(DungTheory aaf) SAFRankingReasoner.getModel(DungTheory kb) StrategyBasedRankingReasoner.getModel(DungTheory kb) Methods in org.tweetyproject.arg.rankings.reasoner that return types with arguments of type NumericalPartialOrderModifier and TypeMethodDescriptionCategorizerRankingReasoner.getModels(DungTheory bbase) CountingRankingReasoner.getModels(DungTheory bbase) ProbabilisticRankingReasoner.getModels(DungTheory bbase) SAFRankingReasoner.getModels(DungTheory bbase) StrategyBasedRankingReasoner.getModels(DungTheory bbase) -
Uses of NumericalPartialOrder in org.tweetyproject.arg.rankings.util
Methods in org.tweetyproject.arg.rankings.util with parameters of type NumericalPartialOrderModifier and TypeMethodDescriptionstatic GeneralComparator<Argument, DungTheory> RankingTools.roundRanking(NumericalPartialOrder<Argument, DungTheory> ranking, int n) Rounds values in the given numerical argument ranking to n decimals.