Skip to content

Commit 2de0b09

Browse files
committed
More RENAME
1 parent b2ef91d commit 2de0b09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# FactorBase
2-
[![Build Status](https://travis-ci.org/sfu-cl-lab/BayesBase.svg?branch=master)](https://travis-ci.org/sfu-cl-lab/BayesBase)
3-
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.
2+
[![Build Status](https://travis-ci.org/sfu-cl-lab/FactorBase.svg?branch=master)](https://travis-ci.org/sfu-cl-lab/FactorBase)
3+
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.
44
For more information about this project, visit our [project website](http://www.cs.sfu.ca/~oschulte/BayesBase/BayesBase.html)
55
##How to Use
66
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.
77
###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`
1010

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

0 commit comments

Comments
 (0)