Class DfInconsistencyMeasure<S extends net.sf.tweety.commons.Formula>

  • Type Parameters:
    S - The specific type of formulas
    All Implemented Interfaces:
    net.sf.tweety.commons.postulates.PostulateEvaluatable<S>, InconsistencyMeasure<net.sf.tweety.commons.BeliefSet<S,​?>>

    public class DfInconsistencyMeasure<S extends net.sf.tweety.commons.Formula>
    extends BeliefSetInconsistencyMeasure<S>
    This class implements the family of "Measures of the Degree of Inconsistency" from [Mu,Liu,Jin, Bell. A syntax-based approach to measuring the degree of inconsistency for belief bases. IJAR 52(7), 2011.]
    Author:
    Matthias Thimm
    • Constructor Detail

      • DfInconsistencyMeasure

        public DfInconsistencyMeasure​(net.sf.tweety.math.func.SimpleFunction<double[],​Double> measureFunction,
                                      MusEnumerator<S> enumerator)
        Creates a new inconsistency measure.
        Parameters:
        measureFunction - the measure function used to aggregate the normalized cardinalities of minimal inconsistent subsets.
        enumerator - some MUs enumerator