| Package | Description |
|---|---|
| net.sf.tweety.logics.mln.analysis | |
| net.sf.tweety.logics.mln.examples | |
| net.sf.tweety.logics.mln.reasoner |
| Modifier and Type | Method and Description |
|---|---|
double |
AggregatingCoherenceMeasure.coherence(MarkovLogicNetwork mln,
AbstractMlnReasoner reasoner,
net.sf.tweety.logics.fol.syntax.FolSignature signature) |
abstract double |
AbstractCoherenceMeasure.coherence(MarkovLogicNetwork mln,
AbstractMlnReasoner reasoner,
net.sf.tweety.logics.fol.syntax.FolSignature signature)
Measures the coherence of the given MLN using the given reasoner.
|
| Modifier and Type | Method and Description |
|---|---|
double |
CompatibilityMeasure.compatibility(List<MarkovLogicNetwork> mlns,
AbstractMlnReasoner reasoner,
List<net.sf.tweety.logics.fol.syntax.FolSignature> signatures)
Measures the compatibility of the given MLNs wrt.
|
double |
DefaultCompatibilityMeasure.compatibility(List<MarkovLogicNetwork> mlns,
AbstractMlnReasoner reasoner,
List<net.sf.tweety.logics.fol.syntax.FolSignature> signatures) |
| Modifier and Type | Method and Description |
|---|---|
static net.sf.tweety.commons.util.Pair<MarkovLogicNetwork,net.sf.tweety.logics.fol.syntax.FolSignature> |
MlnExample.CommonColdExample(int domain_size) |
static net.sf.tweety.commons.util.Pair<MarkovLogicNetwork,net.sf.tweety.logics.fol.syntax.FolSignature> |
MlnExample.ElephantZooExample(int domain_size) |
static net.sf.tweety.commons.util.Pair<MarkovLogicNetwork,net.sf.tweety.logics.fol.syntax.FolSignature> |
MlnExample.iterateExamples(int exNum,
int domain_size) |
static net.sf.tweety.commons.util.Pair<MarkovLogicNetwork,net.sf.tweety.logics.fol.syntax.FolSignature> |
MlnExample2.Nixon1() |
static net.sf.tweety.commons.util.Pair<MarkovLogicNetwork,net.sf.tweety.logics.fol.syntax.FolSignature> |
MlnExample2.Nixon2() |
static net.sf.tweety.commons.util.Pair<MarkovLogicNetwork,net.sf.tweety.logics.fol.syntax.FolSignature> |
MlnExample2.Nixon3() |
static net.sf.tweety.commons.util.Pair<MarkovLogicNetwork,net.sf.tweety.logics.fol.syntax.FolSignature> |
MlnExample.SimpleExample(int domain_size) |
static net.sf.tweety.commons.util.Pair<MarkovLogicNetwork,net.sf.tweety.logics.fol.syntax.FolSignature> |
MlnExample.SmokersExample(int domain_size) |
| Modifier and Type | Method and Description |
|---|---|
Map<net.sf.tweety.logics.fol.semantics.HerbrandInterpretation,Double> |
ApproximateNaiveMlnReasoner.computeModel(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolSignature signature)
Computes the model of the given MLN wrt.
|
protected double |
AbstractMlnReasoner.computeWeight(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.semantics.HerbrandInterpretation hInt,
net.sf.tweety.logics.fol.syntax.FolSignature signature)
Computes the (unnormalized) weight of the given Herbrand interpretation
with respect to the formulas in this reasoner's MLN.
|
protected double |
SimpleSamplingMlnReasoner.doQuery(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query,
net.sf.tweety.logics.fol.syntax.FolSignature signature) |
double |
SimpleMlnReasoner.doQuery(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query,
net.sf.tweety.logics.fol.syntax.FolSignature signature) |
protected double |
ApproximateNaiveMlnReasoner.doQuery(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query,
net.sf.tweety.logics.fol.syntax.FolSignature signature) |
protected abstract double |
AbstractMlnReasoner.doQuery(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query,
net.sf.tweety.logics.fol.syntax.FolSignature signature)
Performs the actual querying.
|
double |
AlchemyMlnReasoner.doQuery(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query,
net.sf.tweety.logics.fol.syntax.FolSignature signature) |
protected double |
IteratingMlnReasoner.doQuery(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query,
net.sf.tweety.logics.fol.syntax.FolSignature signature) |
Double |
AbstractMlnReasoner.query(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query) |
Double |
AbstractMlnReasoner.query(MarkovLogicNetwork mln,
net.sf.tweety.logics.fol.syntax.FolFormula query,
net.sf.tweety.logics.fol.syntax.FolSignature signature)
Queries the given MLN wrt.
|
Copyright © 2019. All rights reserved.