Uses of Interface
net.sf.tweety.commons.analysis.InterpretationDistance
-
Packages that use InterpretationDistance Package Description net.sf.tweety.commons.analysis net.sf.tweety.logics.commons.analysis net.sf.tweety.logics.pl.analysis -
-
Uses of InterpretationDistance in net.sf.tweety.commons.analysis
Classes in net.sf.tweety.commons.analysis that implement InterpretationDistance Modifier and Type Class Description class
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 net.sf.tweety.logics.commons.analysis
Constructors in net.sf.tweety.logics.commons.analysis with parameters of type InterpretationDistance Constructor Description DHitInconsistencyMeasure(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 net.sf.tweety.logics.pl.analysis
Classes in net.sf.tweety.logics.pl.analysis that implement InterpretationDistance Modifier and Type Class Description class
DalalDistance
This class models the dalal distance measure between possible worlds, see e.g.class
PossibleWorldDistance
This class refines interpretation distances to distance on possible worlds.
-