-
Notifications
You must be signed in to change notification settings - Fork 6
short_rnid_LatticeGenerator
Vidhi Jain edited this page Jul 13, 2017
·
2 revisions
- Executes SQL
select orig_rnid from RNodes;
- Adds the orig_rnid to ArrayList
tempList
- For each tempList, executes SQL Update in column
rnid
of tableRNodes
update RNodes set rnid='
" + short_rnid + "' where orig_rnid='" + tempList.get(i) + "';
Connection: con to _BN
database
Integer: max number of members
- readFirstSets() read first sest from RFunctors
- init() init createdSet + truncate tables + add first sets to db
- generateTree() generate lattice tree
-
mapping_rnid() updates table
lattice_mapping
withorig_rnid
andrnid
(Should be called at) BayesBaseCT_SortMerge.buildCT()
- after transfer.sql
- before metadata_2.sql (deprecated)
- i.e. functorNode.sql, contingencyTables.sql, bayesNetLearning.sql