Class WeightedOutSumInconsistencyMeasure<T extends DungTheory>

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

public class WeightedOutSumInconsistencyMeasure<T extends DungTheory> extends Object implements InconsistencyMeasure<T>
This class implements an inconsistency measure for Dung's argumentation frameworks based on the weighted sum of outgoing attacks from each argument. The measure calculates inconsistency by evaluating how each argument contributes to conflicts within the framework.
Author:
Timothy Gillespie