NORSYS SOFTWARE © 2012 | NETICA API | C   VERSION   5.04  |
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:
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 |