public class SimpleMlnReasoner extends AbstractMlnReasoner
| Constructor and Description |
|---|
SimpleMlnReasoner() |
| Modifier and Type | Method and Description |
|---|---|
double |
doQuery(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query,
net.sf.tweety.logics.fol.syntax.FolSignature signature)
Performs the actual querying.
|
void |
setTempDirectory(String str)
Sets the path of the directory for temporary files.
|
computeWeight, numberOfGroundSatisfactions, query, querypublic void setTempDirectory(String str)
str - a file pathpublic double doQuery(MarkovLogicNetwork mln, net.sf.tweety.logics.fol.syntax.FolFormula query, net.sf.tweety.logics.fol.syntax.FolSignature signature)
AbstractMlnReasonerdoQuery in class AbstractMlnReasonermln - an MLNquery - a fol formula guaranteed to be ground.Copyright © 2019. All rights reserved.