public class MarkovLogicNetwork extends net.sf.tweety.commons.BeliefSet<MlnFormula> implements Serializable
| Constructor and Description |
|---|
MarkovLogicNetwork()
Creates a new (empty) MLN.
|
MarkovLogicNetwork(Collection<? extends MlnFormula> formulas)
Creates a new conditional MLN with the given collection of
MLN formulas.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.commons.Signature |
getSignature() |
add, addAll, clear, contains, containsAll, equals, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic MarkovLogicNetwork()
public MarkovLogicNetwork(Collection<? extends MlnFormula> formulas)
formulas - a collection of MLN formulas.public net.sf.tweety.commons.Signature getSignature()
getSignature in interface net.sf.tweety.commons.BeliefBasegetSignature in class net.sf.tweety.commons.BeliefSet<MlnFormula>Copyright © 2018. All rights reserved.