-
Notifications
You must be signed in to change notification settings - Fork 6
MakeTargetSetup
Vidhi Jain edited this page Jun 14, 2017
·
1 revision
Assumes that a Bayes net structure has been learned and is stored in @database@_BN.Path_BayesNets .
-
Calls Markov Blanket Setup to set up Markov blanket in @database@_BN.
-
Calls Make Setup to create setup database (i.e., the metadata database). If the metadata database already exists, this can be skipped by specifying the right option in the config file.
[Does it make sense to create a setup database, because we don't seem to use it?]
-
Transfer metadata from BN database to new target setup database called target_setup using this script.
-
Copy tables and data from databaseName_test to databaseName1. [What would be examples of those?]