Class GeneralizedMeReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.ModelProvider<ProbabilisticConditional,​PclBeliefSet,​ProbabilityDistribution<net.sf.tweety.logics.pl.semantics.PossibleWorld>>, net.sf.tweety.commons.QuantitativeReasoner<PclBeliefSet,​net.sf.tweety.logics.pl.syntax.PlFormula>, net.sf.tweety.commons.Reasoner<Double,​PclBeliefSet,​net.sf.tweety.logics.pl.syntax.PlFormula>

    public class GeneralizedMeReasoner
    extends AbstractPclReasoner
    This class implements a generalized maximum entropy reasoner for probabilistic conditional logic as proposed in [Potyka, Thimm, 2014] which also works for inconsistent belief sets. It computes the generalized ME-distribution for the given belief set and answers queries with respect to this ME-distribution.
    Author:
    Matthias Thimm