Uses of Interface
org.tweetyproject.arg.dung.analysis.InconsistencyMeasure
Packages that use InconsistencyMeasure
-
Uses of InconsistencyMeasure in org.tweetyproject.arg.dung.analysis
Classes in org.tweetyproject.arg.dung.analysis that implement InconsistencyMeasureModifier and TypeClassDescriptionclassCycleCountInconsistencyMeasure<T extends DungTheory>This class represents an inconsistency measure based on the count of cycles in an argumentation framework.classDrasticInconsistencyMeasure<T extends DungTheory>Calculates the drastic inconsistency measure of the given argumentation framework.It implements the InconsistencyMeasure interface.classInSumInconsistencyMeasure<T extends DungTheory>This class implements an inconsistency measure for Dung's argumentation frameworks based on the number of attacks within the framework.classNonGroundedCountInconsistencyMeasure<T extends DungTheory>Calculates the non-grounded count inconsistency measure of the given argumentation framework.classPreferredCountInconsistencyMeasure<T extends DungTheory>This class represents an inconsistency measure based on the count of preferred extensions in a Dung theory.classUnstableCountInconsistencyMeasure<T extends DungTheory>This class represents an inconsistency measure based on stable extensions.classImplements an inconsistency measure for Dung's argumentation frameworks based on the weighted count of connected components within the framework.classWeightedCycleCountInconsistencyMeasure<T extends DungTheory>This class provides an inconsistency measure for Dung's argumentation frameworks based on the count and structure of cycles within the framework.classWeightedInSumInconsistencyMeasure<T extends DungTheory>Implements an inconsistency measure for Dung's argumentation frameworks based on the weighted sum of incoming attacks to each argument.classWeightedOutSumInconsistencyMeasure<T extends DungTheory>This class implements an inconsistency measure for Dung's argumentation frameworks based on the weighted sum of outgoing attacks from each argument.