The source code repository for the Bayes Base system. Most of the code are classes for CMU's Tetrad system. We may also add datasets if we get around to it.
For more information about this project, visit our project website
##How to Use
###Run .jar
- Modify
jar/src/config.cfg
with your own configuration according to format explained here - In
jar
folder, runjava -jar RunBB.jar
###Compile & Run
- Go into
src
folder and modifyconfig.cfg
javac -cp ".:./lib/*" Config.java BZScriptRunner.java MakeSetup.java
javac -cp ".:./lib/*" RunBB.java
java -cp ".:./lib/*" RunBB