Class MarkovLogicNetwork

java.lang.Object
org.tweetyproject.commons.BeliefSet<MlnFormula,FolSignature>
org.tweetyproject.logics.mln.syntax.MarkovLogicNetwork
All Implemented Interfaces:
Serializable, Iterable<MlnFormula>, Collection<MlnFormula>, BeliefBase

public class MarkovLogicNetwork extends BeliefSet<MlnFormula,FolSignature> implements Serializable
Instances of this class represent Markov Logic Networks [Domingos et. al.].
Author:
Matthias Thimm
See Also: