Class SimpleSamplingMlnReasoner

java.lang.Object
org.tweetyproject.logics.mln.reasoner.AbstractMlnReasoner
org.tweetyproject.logics.mln.reasoner.SimpleSamplingMlnReasoner
All Implemented Interfaces:
QuantitativeReasoner<MarkovLogicNetwork,FolFormula>, Reasoner<Double,MarkovLogicNetwork,FolFormula>

public class SimpleSamplingMlnReasoner extends AbstractMlnReasoner
This MLN reasoner employs simple random sampling from the set of interpretations to compute the probability of a formula.
Author:
Matthias Thimm