NORSYS SOFTWARE © 2012 | NETICA API | C   VERSION   5.04  |
void DeleteNet_bn ( | net_bn* net ) |
Removes net from the system, and releases all resources it uses (e.g., frees memory), including all its substructures (e.g., nodes).
You must not try to use net, or any of the nodes that were in it, after calling this.
It is okay if net is a NULL pointer (then no action is taken).
Version:
See also:
NewNet_bn | Creates a new net | |
DeleteNode_bn | Removes a node from a net, and releases the memory it uses |