public abstract class AbstractCoherenceMeasure extends Object implements Serializable
| Constructor and Description |
|---|
AbstractCoherenceMeasure() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
coherence(MarkovLogicNetwork mln,
net.sf.tweety.commons.Reasoner reasoner,
net.sf.tweety.logics.fol.syntax.FolSignature signature)
Measures the coherence of the given MLN using the given reasoner.
|
abstract String |
toString() |
public abstract double coherence(MarkovLogicNetwork mln, net.sf.tweety.commons.Reasoner reasoner, net.sf.tweety.logics.fol.syntax.FolSignature signature)
mln - some MLNreasoner - some reasonersignature - a signatureCopyright © 2018. All rights reserved.