diff --git a/README.md b/README.md index 168529a9..a848fdfe 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ One of the key computational problems in relational learning and inference is to 1. The network structure is stored in the table `Final_Path_BayesNets` of the `_BN` database where `` is the model database specified in your configuration file. For nodes with no parents, see the view `View_Final_Path_BayesNets`. 2. The conditional probability tables are stored in tables named `_CP` of the `_BN` database where `` is the model database specified in your configuration file and `` is the name of the child node. + 3. The file `Bif_.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. =============== ## Other Output Formats: BIF, MLN, ETL