Skip to content

Commit

Permalink
More RENAME
Browse files Browse the repository at this point in the history
  • Loading branch information
zeruniverse committed May 27, 2016
1 parent b2ef91d commit 2de0b09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,12 +1,12 @@
# FactorBase
[![Build Status](https://travis-ci.org/sfu-cl-lab/BayesBase.svg?branch=master)](https://travis-ci.org/sfu-cl-lab/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.
[![Build Status](https://travis-ci.org/sfu-cl-lab/FactorBase.svg?branch=master)](https://travis-ci.org/sfu-cl-lab/FactorBase)
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.
For more information about this project, visit our [project website](http://www.cs.sfu.ca/~oschulte/BayesBase/BayesBase.html)
##How to Use
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.
###Run .jar
+ Modify `jar/src/config.cfg` with your own configuration according to format explained [here](http://www.cs.sfu.ca/~oschulte/BayesBase/options.html)
+ In `jar` folder, run `java -jar RunBB.jar`
+ Modify `jar/cfg/subsetctcomputation.cfg` with your own configuration according to format explained [here](http://www.cs.sfu.ca/~oschulte/BayesBase/options.html)
+ In `jar` folder, run `java -jar FactorBase.jar`

###Compile & Run
+ Go into `src/cfg` folder and modify `subsetctcomputation.cfg`
Expand Down

0 comments on commit 2de0b09

Please sign in to comment.