public class AlchemyMlnReasoner extends AbstractMlnReasoner
| Constructor and Description |
|---|
AlchemyMlnReasoner() |
| 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 |
setAlchemyInferenceCommand(String inferCmd)
Sets the console command for Alchemy inference (default is 'infer').
|
computeWeight, numberOfGroundSatisfactions, query, querypublic void setAlchemyInferenceCommand(String inferCmd)
inferCmd - the console command for Alchemy inference.public 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.