-
Notifications
You must be signed in to change notification settings - Fork 6
Home
oschulte edited this page Feb 27, 2018
·
3 revisions
Welcome to the FactorBase wiki! This is an overview of key procedures, their dependencies and their functionality.
RunBB.java is the main file calling subroutines. Here's roughly what it does.
-
Run MakeSetup to create
db_setup
. The setup database contains two tables that can be modified (by a user or program).-
FunctorSet
. By default, this is the complete set of functor node. Functors can be deleted to be excluded from analysis. -
Expansions
. By default, this is empty. Population variables can be added to expand contingency tables, so that the contingency tables contains one group for each tuple of individuals formed from the population variables inExpansions
.
-
-
Run transfer.sql to transfer metadata to
db_bn
. -
Run lattice_generator_short_rnid
-
Add original_rnid.sql
-
Run Fnodes.sql (to be renamed metadata.sql)
-
Run queries.sql (to be renamed metaqueries.sql)
-
Run metadata_bayesnet (makes model management tables, rename model_manager)
-
Run ADT_queries.sql (metaqueries for Rchains).