public class DefaultCompatibilityMeasure extends Object implements CompatibilityMeasure
| Constructor and Description |
|---|
DefaultCompatibilityMeasure(AbstractCoherenceMeasure coherenceMeasure)
Creates a new compatibility measure.
|
| 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.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public DefaultCompatibilityMeasure(AbstractCoherenceMeasure coherenceMeasure)
coherenceMeasure - the coherence measure used for computing compatibility.public double compatibility(List<MarkovLogicNetwork> mlns, net.sf.tweety.commons.Reasoner reasoner, List<net.sf.tweety.logics.fol.syntax.FolSignature> signatures)
CompatibilityMeasurecompatibility in interface CompatibilityMeasuremlns - a list of MLNs.reasoner - some reasoner.signatures - a set of signatures, one for each MLN.public String toString()
toString in interface CompatibilityMeasuretoString in class ObjectCopyright © 2018. All rights reserved.