Skip to content

MakeTargetSetup

Vidhi Jain edited this page Jun 14, 2017 · 1 revision

Prerequisites

Assumes that a Bayes net structure has been learned and is stored in @database@_BN.Path_BayesNets .

Dependencies

  1. Calls Markov Blanket Setup to set up Markov blanket in @database@_BN.

  2. 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?]

  1. Transfer metadata from BN database to new target setup database called target_setup using this script.

  2. Copy tables and data from databaseName_test to databaseName1. [What would be examples of those?]

Clone this wiki locally