public interface CompatibilityMeasure
| Modifier and Type | Method and Description |
|---|---|
double |
compatibility(List<MarkovLogicNetwork> mlns,
net.sf.tweety.commons.Reasoner reasoner,
List<net.sf.tweety.logics.fol.syntax.FolSignature> signatures)
Measures the compatibility of the given MLNs wrt.
|
String |
toString() |
double compatibility(List<MarkovLogicNetwork> mlns, net.sf.tweety.commons.Reasoner reasoner, List<net.sf.tweety.logics.fol.syntax.FolSignature> signatures)
mlns - a list of MLNs.reasoner - some reasoner.signatures - a set of signatures, one for each MLN.Copyright © 2018. All rights reserved.