S - The type of formulas supportedpublic class DSumInconsistencyMeasure<T extends net.sf.tweety.commons.Interpretation,S extends net.sf.tweety.commons.Formula> extends BeliefSetInconsistencyMeasure<S>
MEASURE_TOLERANCE| Constructor and Description |
|---|
DSumInconsistencyMeasure(net.sf.tweety.commons.analysis.InterpretationDistance<T,S> distance,
net.sf.tweety.commons.InterpretationIterator<T> it)
Creates a new d-sum inconsistency measure using the given distance and interpretations
provided from the given interpretation iterator.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
inconsistencyMeasure(Collection<S> formulas)
This method measures the inconsistency of the given set of formulas.
|
inconsistencyMeasurepublic DSumInconsistencyMeasure(net.sf.tweety.commons.analysis.InterpretationDistance<T,S> distance, net.sf.tweety.commons.InterpretationIterator<T> it)
distance - some distance measureit - some interpretation iteratorpublic 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.