Class MeanDistanceCulpabilityMeasure

    • Method Summary

      Modifier and Type Method Description
      java.lang.Double culpabilityMeasure​(PclBeliefSet beliefSet, ProbabilisticConditional conditional)
      Returns the degree of responsibility of the given formula to cause inconsistency in the given belief set (NOTE: the formula should be in the given belief set).
      java.lang.Double sign​(PclBeliefSet beliefSet, ProbabilisticConditional conditional)
      Determines the sign of the culpability of the given conditional in the given belief set, i.e.
      • Methods inherited from class java.lang.Object

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

      • MeanDistanceCulpabilityMeasure

        public MeanDistanceCulpabilityMeasure​(OptimizationRootFinder rootFinder,
                                              boolean normalized)
        Creates a new measure.
        Parameters:
        rootFinder - a root finder
        normalized - whether this measure uses the normalized mindev measure.