The Complete SPRLIB & ANNLIB

delete_net

- delete and free memory of a complete network

SYNOPSIS

void delete_net (net)

ARGUMENTS

NET *net Pointer to a network.

FUNCTION

This function deletes a complete network, including all weights, units, links and histories. It uses the free_ family of functions.

RETURNS

Nothing.

NOTE

This function is not applicable for shared weights networks. For this type of network, use free_sharednet.

SEE ALSO

free_net

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998