Uses of Interface
org.tweetyproject.commons.analysis.InterpretationDistance
Package
Description
-
Uses of InterpretationDistance in org.tweetyproject.commons.analysis
Modifier and TypeClassDescriptionclass
DrasticDistance<T extends Interpretation<B,
S>, B extends BeliefBase, S extends Formula> This class models the drastic distance measure between interpretations, see [Grant, Hunter. -
Uses of InterpretationDistance in org.tweetyproject.logics.commons.analysis
ModifierConstructorDescriptionDHitInconsistencyMeasure
(InterpretationDistance<T, B, S> distance, InterpretationIterator<S, B, T> it) Creates a new d-sum inconsistency measure using the given distance and interpretations provided from the given interpretation iterator.DMaxInconsistencyMeasure
(InterpretationDistance<T, B, S> distance, InterpretationIterator<S, B, T> it) Creates a new d-max inconsistency measure using the given distance and interpretations provided from the given interpretation iterator.DSumInconsistencyMeasure
(InterpretationDistance<T, B, S> distance, InterpretationIterator<S, B, T> it) Creates a new d-sum inconsistency measure using the given distance and interpretations provided from the given interpretation iterator. -
Uses of InterpretationDistance in org.tweetyproject.logics.pl.analysis
Modifier and TypeClassDescriptionclass
This class models the dalal distance measure between possible worlds, see e.g.class
This class refines interpretation distances to distance on possible worlds.