public class NormalizedMiInconsistencyMeasure<S extends net.sf.tweety.commons.Formula> extends MiInconsistencyMeasure<S>
MEASURE_TOLERANCE| Constructor and Description |
|---|
NormalizedMiInconsistencyMeasure(MusEnumerator<S> enumerator)
Creates a new inconsistency measure with the given consistency tester
|
| Modifier and Type | Method and Description |
|---|---|
Double |
inconsistencyMeasure(Collection<S> beliefSet)
This method measures the inconsistency of the given set of formulas.
|
toStringinconsistencyMeasurepublic NormalizedMiInconsistencyMeasure(MusEnumerator<S> enumerator)
enumerator - some MUs enumerator.public Double inconsistencyMeasure(Collection<S> beliefSet)
BeliefSetInconsistencyMeasureinconsistencyMeasure in class MiInconsistencyMeasure<S extends net.sf.tweety.commons.Formula>beliefSet - a collection of formulas.Copyright © 2018. All rights reserved.