Class EtaInconsistencyMeasure<B extends net.sf.tweety.commons.BeliefBase,​S extends net.sf.tweety.commons.Formula>

  • Type Parameters:
    B - the type of belief bases
    S - The type of formula
    All Implemented Interfaces:
    net.sf.tweety.commons.postulates.PostulateEvaluatable<S>, InconsistencyMeasure<net.sf.tweety.commons.BeliefSet<S,​?>>

    public class EtaInconsistencyMeasure<B extends net.sf.tweety.commons.BeliefBase,​S extends net.sf.tweety.commons.Formula>
    extends BeliefSetInconsistencyMeasure<S>
    This class implements the Eta-inconsistency measure, cf. [Knight, 2002].
    Author:
    Matthias Thimm
    • Constructor Detail

      • EtaInconsistencyMeasure

        public EtaInconsistencyMeasure​(net.sf.tweety.commons.InterpretationIterator<S,​B,​? extends net.sf.tweety.commons.Interpretation<B,​S>> it)
        Creates a new inconsistency measure that uses the interpretations given by the given iterator.
        Parameters:
        it - some interpretation iterator.