void DeleteNodeTables_bn ( node_bn*  node )

Deletes node's function table, its CPT table, and its experience table.

It does not modify node's equation or its links.

You don't need to call this function if you are deleting the whole node, since DeleteNode_bn and DeleteNet_bn also delete all of their nodes' tables.

Version:

In versions previous to 2.07, this function was named DeleteNodeRelation_bn.

See also:

HasNodeTable_bn    Determine if a node currently has a table
DeleteLink_bn    Reduce the number of parents of the node
SetNodeFuncState_bn    Give a node a function table with its parents
SetNodeProbs_bn    Give a node a probabilistic table (CPT) with its parents
NewNode_bn    Creates a new node without any tables