public class AggregatingCoherenceMeasure extends AbstractCoherenceMeasure
| Constructor and Description |
|---|
AggregatingCoherenceMeasure(DistanceFunction distance,
AggregationFunction aggregator) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public AggregatingCoherenceMeasure(DistanceFunction distance, AggregationFunction aggregator)
public double coherence(MarkovLogicNetwork mln, net.sf.tweety.commons.Reasoner reasoner, net.sf.tweety.logics.fol.syntax.FolSignature signature)
AbstractCoherenceMeasurecoherence in class AbstractCoherenceMeasuremln - some MLNreasoner - some reasonersignature - a signaturepublic String toString()
toString in class AbstractCoherenceMeasureCopyright © 2018. All rights reserved.