Class AlchemyMlnReasoner

    • Method Summary

      Modifier and Type Method Description
      double doQuery​(MarkovLogicNetwork mln, FolFormula query, FolSignature signature)  
      void setAlchemyInferenceCommand​(java.lang.String inferCmd)
      Sets the console command for Alchemy inference (default is 'infer').
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlchemyMlnReasoner

        public AlchemyMlnReasoner()
    • Method Detail

      • setAlchemyInferenceCommand

        public void setAlchemyInferenceCommand​(java.lang.String inferCmd)
        Sets the console command for Alchemy inference (default is 'infer').
        Parameters:
        inferCmd - the console command for Alchemy inference.