Uses of Interface
org.tweetyproject.arg.dung.analysis.InconsistencyMeasure
-
Uses of InconsistencyMeasure in org.tweetyproject.arg.dung.analysis
Modifier and TypeClassDescriptionclass
CycleCountInconsistencyMeasure<T extends DungTheory>
This class represents an inconsistency measure based on the count of cycles in an argumentation framework.class
DrasticInconsistencyMeasure<T extends DungTheory>
Calculates the drastic inconsistency measure of the given argumentation framework.It implements the InconsistencyMeasure interface.class
InSumInconsistencyMeasure<T extends DungTheory>
This class implements an inconsistency measure for Dung's argumentation frameworks based on the number of attacks within the framework.class
NonGroundedCountInconsistencyMeasure<T extends DungTheory>
Calculates the non-grounded count inconsistency measure of the given argumentation framework.class
PreferredCountInconsistencyMeasure<T extends DungTheory>
This class represents an inconsistency measure based on the count of preferred extensions in a Dung theory.class
UnstableCountInconsistencyMeasure<T extends DungTheory>
This class represents an inconsistency measure based on stable extensions.class
Implements an inconsistency measure for Dung's argumentation frameworks based on the weighted count of connected components within the framework.class
WeightedCycleCountInconsistencyMeasure<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.class
WeightedInSumInconsistencyMeasure<T extends DungTheory>
Implements an inconsistency measure for Dung's argumentation frameworks based on the weighted sum of incoming attacks to each argument.class
WeightedOutSumInconsistencyMeasure<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.