public class MarkovLogicNetwork extends BeliefSet<MlnFormula> implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MarkovLogicNetwork()
Creates a new (empty) MLN.
|
MarkovLogicNetwork(java.util.Collection<? extends MlnFormula> formulas)
Creates a new conditional MLN with the given collection of
MLN formulas.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
getSignature()
Returns the signature of the language of this knowledge base.
|
add, addAll, clear, contains, containsAll, equals, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringprivate static final long serialVersionUID
public MarkovLogicNetwork()
public MarkovLogicNetwork(java.util.Collection<? extends MlnFormula> formulas)
formulas - a collection of MLN formulas.public Signature getSignature()
BeliefBasegetSignature in interface BeliefBasegetSignature in class BeliefSet<MlnFormula>