Uses of Class
org.tweetyproject.logics.mln.syntax.MarkovLogicNetwork
Packages that use MarkovLogicNetwork
Package
Description
-
Uses of MarkovLogicNetwork in org.tweetyproject.logics.mln.analysis
Methods in org.tweetyproject.logics.mln.analysis with parameters of type MarkovLogicNetworkModifier and TypeMethodDescriptionabstract double
AbstractCoherenceMeasure.coherence
(MarkovLogicNetwork mln, AbstractMlnReasoner reasoner, FolSignature signature) Measures the coherence of the given MLN using the given reasoner.double
AggregatingCoherenceMeasure.coherence
(MarkovLogicNetwork mln, AbstractMlnReasoner reasoner, FolSignature signature) Method parameters in org.tweetyproject.logics.mln.analysis with type arguments of type MarkovLogicNetworkModifier and TypeMethodDescriptiondouble
CompatibilityMeasure.compatibility
(List<MarkovLogicNetwork> mlns, AbstractMlnReasoner reasoner, List<FolSignature> signatures) Measures the compatibility of the given MLNs wrt.double
DefaultCompatibilityMeasure.compatibility
(List<MarkovLogicNetwork> mlns, AbstractMlnReasoner reasoner, List<FolSignature> signatures) -
Uses of MarkovLogicNetwork in org.tweetyproject.logics.mln.examples
Methods in org.tweetyproject.logics.mln.examples that return types with arguments of type MarkovLogicNetworkModifier and TypeMethodDescriptionstatic Pair<MarkovLogicNetwork,
FolSignature> MlnExample.CommonColdExample
(int domain_size) static Pair<MarkovLogicNetwork,
FolSignature> MlnExample.ElephantZooExample
(int domain_size) static Pair<MarkovLogicNetwork,
FolSignature> MlnExample.iterateExamples
(int exNum, int domain_size) static Pair<MarkovLogicNetwork,
FolSignature> MlnExample2.Nixon1()
static Pair<MarkovLogicNetwork,
FolSignature> MlnExample2.Nixon2()
static Pair<MarkovLogicNetwork,
FolSignature> MlnExample2.Nixon3()
static Pair<MarkovLogicNetwork,
FolSignature> MlnExample.SimpleExample
(int domain_size) static Pair<MarkovLogicNetwork,
FolSignature> MlnExample.SmokersExample
(int domain_size) -
Uses of MarkovLogicNetwork in org.tweetyproject.logics.mln.reasoner
Methods in org.tweetyproject.logics.mln.reasoner with parameters of type MarkovLogicNetworkModifier and TypeMethodDescriptionApproximateNaiveMlnReasoner.computeModel
(MarkovLogicNetwork mln, FolSignature signature) Computes the model of the given MLN wrt.double
AlchemyMlnReasoner.doQuery
(MarkovLogicNetwork mln, FolFormula query, FolSignature signature) double
SimpleMlnReasoner.doQuery
(MarkovLogicNetwork mln, FolFormula query, FolSignature signature) AbstractMlnReasoner.query
(MarkovLogicNetwork mln, FolFormula query) AbstractMlnReasoner.query
(MarkovLogicNetwork mln, FolFormula query, FolSignature signature) Queries the given MLN wrt.