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 classDrasticDistance<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
Fields in net.sf.tweety.logics.commons.analysis declared as InterpretationDistance Modifier and Type Field Description private InterpretationDistance<T,B,S>DHitInconsistencyMeasure. distanceThe distance used by this measure.private InterpretationDistance<T,B,S>DMaxInconsistencyMeasure. distanceThe distance used by this measure.private InterpretationDistance<T,B,S>DSumInconsistencyMeasure. distanceThe distance used by this measure.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 classDalalDistanceThis class models the dalal distance measure between possible worlds, see e.g.classPossibleWorldDistanceThis class refines interpretation distances to distance on possible worlds. 
 -