Class WeightedInSumInconsistencyMeasure<T extends DungTheory>

java.lang.Object
org.tweetyproject.arg.dung.analysis.WeightedInSumInconsistencyMeasure<T>
Type Parameters:
T - the type of Dung theories used, extending DungTheory
All Implemented Interfaces:
InconsistencyMeasure<T>

public class WeightedInSumInconsistencyMeasure<T extends DungTheory> extends Object implements InconsistencyMeasure<T>
Implements an inconsistency measure for Dung's argumentation frameworks based on the weighted sum of incoming attacks to each argument. This measure evaluates the intensity of conflict around individual arguments by considering the number of attackers each argument has. The contribution of each argument to the overall inconsistency score is inversely proportional to the number of its attackers, under the assumption that an argument with fewer attackers represents a more critical inconsistency point.
Author:
Timothy Gillespie