Skip to content

Commit 0889d3e

Browse files
authored
Update README.md
adding description of bif file for inspection
1 parent f626a4e commit 0889d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ One of the key computational problems in relational learning and inference is to
106106

107107
1. The network structure is stored in the table `Final_Path_BayesNets` of the `<db>_BN` database where `<db>` is the model database specified in your configuration file. For nodes with no parents, see the view `View_Final_Path_BayesNets`.
108108
2. The conditional probability tables are stored in tables named `<nodename>_CP` of the `<db>_BN` database where `<db>` is the model database specified in your configuration file and `<nodename>` is the name of the child node.
109+
3. The file `Bif_<db>.xml` contains a Bayes net specification that can be loaded into a Bayes net tool (see next Section). This file is written to the directory that contains your config.cfg file.
109110

110111
===============
111112
## Other Output Formats: BIF, MLN, ETL

0 commit comments

Comments
 (0)