The Complete SPRLIB & ANNLIB

pn_free

- free a network that was generated by pn_init

SYNOPSIS

int pn_free (net)

ARGUMENTS

NET *net A pointer to a multilayer feedforward NET.

RETURNS

TRUE if an error was detected, FALSE if no error was detected.

NOTE

After some initial checking, allocated memory for storing information through the SystemData.p field of the weights and biases is freed. See also PN_STRUCT.

SEE ALSO

pn_learn

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