public interface CulpabilityMeasure<S extends Formula,T extends BeliefSet<S>>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
culpabilityMeasure(T beliefSet,
S 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 culpabilityMeasure(T beliefSet, S conditional)
beliefSet - a belief set.formula - a formula