S - The specific type of formulaspublic class DfInconsistencyMeasure<S extends net.sf.tweety.commons.Formula> extends BeliefSetInconsistencyMeasure<S>
MEASURE_TOLERANCE| Constructor and Description |
|---|
DfInconsistencyMeasure(net.sf.tweety.math.func.SimpleFunction<double[],Double> measureFunction,
MusEnumerator<S> enumerator)
Creates a new inconsistency measure.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
inconsistencyMeasure(Collection<S> formulas)
This method measures the inconsistency of the given set of formulas.
|
String |
toString() |
inconsistencyMeasurepublic DfInconsistencyMeasure(net.sf.tweety.math.func.SimpleFunction<double[],Double> measureFunction, MusEnumerator<S> enumerator)
measureFunction - the measure function used to aggregate the normalized cardinalities of minimal
inconsistent subsets.enumerator - some MUs enumeratorpublic Double inconsistencyMeasure(Collection<S> formulas)
BeliefSetInconsistencyMeasureinconsistencyMeasure in class BeliefSetInconsistencyMeasure<S extends net.sf.tweety.commons.Formula>formulas - a collection of formulas.Copyright © 2018. All rights reserved.