Uses of Interface
org.tweetyproject.commons.analysis.InterpretationDistance
Packages that use InterpretationDistance
Package
Description
-
Uses of InterpretationDistance in org.tweetyproject.commons.analysis
Classes in org.tweetyproject.commons.analysis that implement InterpretationDistanceModifier 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
Constructors in org.tweetyproject.logics.commons.analysis with parameters of type InterpretationDistanceModifierConstructorDescriptionDHitInconsistencyMeasure
(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
Classes in org.tweetyproject.logics.pl.analysis that implement InterpretationDistanceModifier 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.