You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The source code repository for the Factor Base system. Most of the code are classes for CMU's Tetrad system. We may also add datasets if we get around to it.
4
4
For more information about this project, visit our [project website](http://www.cs.sfu.ca/~oschulte/BayesBase/BayesBase.html)
5
5
##How to Use
6
6
First you should import data into your database. We provide two sets of example datasets in `testsql` folder. Then you can either run `.jar` or compile the source yourself.
7
7
###Run .jar
8
-
+ Modify `jar/src/config.cfg` with your own configuration according to format explained [here](http://www.cs.sfu.ca/~oschulte/BayesBase/options.html)
9
-
+ In `jar` folder, run `java -jar RunBB.jar`
8
+
+ Modify `jar/cfg/subsetctcomputation.cfg` with your own configuration according to format explained [here](http://www.cs.sfu.ca/~oschulte/BayesBase/options.html)
9
+
+ In `jar` folder, run `java -jar FactorBase.jar`
10
10
11
11
###Compile & Run
12
12
+ Go into `src/cfg` folder and modify `subsetctcomputation.cfg`
0 commit comments