Class PAInconsistencyMeasure

    • Method Summary

      Modifier and Type Method Description
      java.lang.Double inconsistencyMeasure​(PartialProbabilityAssignment ppa)
      This method measures the inconsistency of the given belief base.
      • Methods inherited from class java.lang.Object

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

      • norm

        private RealVectorNorm norm
        The norm used for measuring the distances.
      • dungTheory

        private DungTheory dungTheory
        The Dung theory against the partial prob assignments are measured.
      • semantics

        private PASemantics semantics
        The semantics against which the inconsistency of partial probability assignments are measured.
    • Constructor Detail

      • PAInconsistencyMeasure

        public PAInconsistencyMeasure​(RealVectorNorm norm,
                                      DungTheory theory,
                                      PASemantics semantics)
        Creates a new inconsinstency measure which uses the given norm and measures wrt. the given theory.
        Parameters:
        norm - a norm
        theory - a Dung theory
        semantics - the semantics against which the inconsistency of partial probability assignments are measured.