Skip to content

Commit 58853d5

Browse files
authored
Update README.md
1 parent 3ad0c35 commit 58853d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For more information about this project, visit our [project website](http://www.
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. If you want to visualize the BayesNet learned, you can run [BIF_Generator](https://github.com/sfu-cl-lab/BIF_Generator)
77
###Run .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)
8+
+ Modify `jar/config.cfg` with your own configuration according to format explained [here](http://www.cs.sfu.ca/~oschulte/BayesBase/options.html)
99
+ In `jar` folder, run `java -jar FactorBase.jar`
1010
+ For big databases, you need to specify larger java heap size. For example: `java -jar -Xmx8G FactorBase.jar`
1111

0 commit comments

Comments
 (0)