A command line program for constructing Bayesian networks and doing queries on them.
Java
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/main/java/net/coderodde/ai/bayesiannetwork
.gitignore
README.md
demo_network.txt
demo_queries.txt
mega.txt
pom.xml

README.md

BayesianNetworkQuery

A command line program for constructing binary (each variable has two states: on and off) Bayesian networks and doing queries on them.

In order to run the demo, invoke the JAR file with java -jar YOUR_JAR.jar demo.txt

Even better, if you have both Maven and git client set up, you could try:

git clone [email protected]:coderodde/BayesianNetworkQuery.git && cd BayesianNetworkQuery && mvn compiler:compile && mvn jar:jar && java -jar target/BayesianNetworkQuery-1.618.jar demo_network.txt demo_queries.txt