You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
System Flow
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 in Expansions.
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)