Class MarkovLogicNetwork

    • Constructor Detail

      • MarkovLogicNetwork

        public MarkovLogicNetwork()
        Creates a new (empty) MLN.
      • MarkovLogicNetwork

        public MarkovLogicNetwork​(java.util.Collection<? extends MlnFormula> formulas)
        Creates a new conditional MLN with the given collection of MLN formulas.
        Parameters:
        formulas - a collection of MLN formulas.
    • Method Detail

      • getMinimalSignature

        public Signature getMinimalSignature()
        Description copied from interface: BeliefBase
        Returns the signature of the language of this knowledge base.
        Specified by:
        getMinimalSignature in interface BeliefBase
        Returns:
        the signature of the language of this knowledge base.