Skip to content

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.

Notifications You must be signed in to change notification settings

oschulte/BayesBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BayesBase

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, run java -jar RunBB.jar

###Compile & Run

  • Go into src folder and modify config.cfg
  • javac -cp ".:./lib/*" Config.java BZScriptRunner.java MakeSetup.java
  • javac -cp ".:./lib/*" RunBB.java
  • java -cp ".:./lib/*" RunBB

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%