deepUpdateOnNodeRemoved: Perform a deep update after removing a node.

Description Usage Arguments Value

Description

Update a network in the database after a nodeis removed. Note that updating images is permitted only when the removed node has no children in the network or in any network images. Use deepUnpdateOnEdgeRemoved to remove egdes in images. NB This function requires that there not exist multiple multiple tables with the same name as the master data table in different data bases / data schema of the data management system.

Usage

1
deepUpdateOnNodeRemoved(cn, net, oldIndex, oldValues, dropImages = F)

Arguments

cn

An open RODBC connection.

net

The network.

oldIndex

The index of the node that has been removed.

oldValues

The number of values the dropped node had.

dropImages

Whether images should be dropped or updated.

zeroIndexed

Whether the oldIndex is zero or one indexed.

Value

The updated network


mickash/Adaptive-Bayesian-Networks documentation built on Nov. 14, 2019, 12:14 a.m.