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>
This MLN reasoner employs simple random sampling from
the set of interpretations to compute the probability of a formula.
- Author:
- Matthias Thimm
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleSamplingMlnReasoner(double precision, int numOfPositiveTests)
Creates a new SimpleSamplingMlnReasoner for the given Markov logic network. -
Method Summary
Methods inherited from class org.tweetyproject.logics.mln.reasoner.AbstractMlnReasoner
query, query
-
Constructor Details
-
SimpleSamplingMlnReasoner
public SimpleSamplingMlnReasoner(double precision, int numOfPositiveTests)Creates a new SimpleSamplingMlnReasoner for the given Markov logic network.- Parameters:
precision
- the precisionnumOfPositiveTests
- the number of positive consecutive tests on precision
-