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.cfgwith your own configuration according to format explained here - In
jarfolder, runjava -jar RunBB.jar
###Compile & Run
- Go into
srcfolder and modifyconfig.cfg javac -cp ".:./lib/*" Config.java BZScriptRunner.java MakeSetup.javajavac -cp ".:./lib/*" RunBB.javajava -cp ".:./lib/*" RunBB