Class MlnExample2
- java.lang.Object
-
- net.sf.tweety.logics.mln.examples.MlnExample2
-
public class MlnExample2 extends java.lang.Object
Gives further examples on how MLNs can be constructed programmatically and how coherence measures can be used.- Author:
- Matthias Thimm
-
-
Constructor Summary
Constructors Constructor Description MlnExample2()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
static Pair<MarkovLogicNetwork,FolSignature>
Nixon1()
static Pair<MarkovLogicNetwork,FolSignature>
Nixon2()
static Pair<MarkovLogicNetwork,FolSignature>
Nixon3()
-
-
-
Method Detail
-
Nixon1
public static Pair<MarkovLogicNetwork,FolSignature> Nixon1() throws ParserException, java.io.IOException
- Throws:
ParserException
java.io.IOException
-
Nixon2
public static Pair<MarkovLogicNetwork,FolSignature> Nixon2() throws ParserException, java.io.IOException
- Throws:
ParserException
java.io.IOException
-
Nixon3
public static Pair<MarkovLogicNetwork,FolSignature> Nixon3() throws ParserException, java.io.IOException
- Throws:
ParserException
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws ParserException, java.io.IOException
- Throws:
ParserException
java.io.IOException
-
-