T - The type of belief bases this measure supports.public interface InconsistencyMeasure<T extends net.sf.tweety.commons.BeliefBase>
| Modifier and Type | Field and Description |
|---|---|
static double |
MEASURE_TOLERANCE
Tolerance.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
inconsistencyMeasure(T beliefBase)
This method measures the inconsistency of the given belief base.
|
static final double MEASURE_TOLERANCE
Copyright © 2018. All rights reserved.