public interface CulpabilityMeasure<S extends net.sf.tweety.commons.Formula,T extends net.sf.tweety.commons.BeliefSet<S>>
| Modifier and Type | Method and Description |
|---|---|
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).
|
Double culpabilityMeasure(T beliefSet, S conditional)
beliefSet - a belief set.formula - a formulaCopyright © 2018. All rights reserved.