Class DefaultMeReasoner

java.lang.Object
org.tweetyproject.logics.pcl.reasoner.AbstractPclReasoner
org.tweetyproject.logics.pcl.reasoner.DefaultMeReasoner
All Implemented Interfaces:
ModelProvider<ProbabilisticConditional,PclBeliefSet,ProbabilityDistribution<PossibleWorld>>, QuantitativeReasoner<PclBeliefSet,PlFormula>, Reasoner<Double,PclBeliefSet,PlFormula>

public class DefaultMeReasoner extends AbstractPclReasoner
This class implements a maximum entropy reasoner for probabilistic conditional logic. This means, it computes the ME-distribution for the given belief set and answers queries with respect to this ME-distribution.
Author:
Matthias Thimm