Class PrInconsistencyMeasure<S extends Formula>

  • Type Parameters:
    S - the type of formulas
    All Implemented Interfaces:
    PostulateEvaluatable<S>, InconsistencyMeasure<BeliefSet<S,​?>>

    public class PrInconsistencyMeasure<S extends Formula>
    extends BeliefSetInconsistencyMeasure<S>
    This class models the P inconsistency measure from e.g. [Grant,Hunter,2011a]. It takes as inconsistency value the number of formulas that are in some minimal inconsistency subset.
    Author:
    Matthias Thimm
    • Method Summary

      Modifier and Type Method Description
      java.lang.Double inconsistencyMeasure​(java.util.Collection<S> formulas)
      This method measures the inconsistency of the given set of formulas.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrInconsistencyMeasure

        public PrInconsistencyMeasure​(MusEnumerator<S> enumerator)
        Creates a new drastic inconsistency measure.
        Parameters:
        enumerator - some MUs enumerator
    • Method Detail

      • inconsistencyMeasure

        public java.lang.Double inconsistencyMeasure​(java.util.Collection<S> formulas)
        Description copied from class: BeliefSetInconsistencyMeasure
        This method measures the inconsistency of the given set of formulas.
        Specified by:
        inconsistencyMeasure in class BeliefSetInconsistencyMeasure<S extends Formula>
        Parameters:
        formulas - a collection of formulas.
        Returns:
        a Double indicating the degree of inconsistency.