CNL Stat : Data Mining : mlff_network_free
mlff_network_free
Frees memory allocated to an Imsls_f_NN_Network data structure.
Synopsis
#include <imsls.h>
void imsls_f_mlff_network_free (Imsls_f_NN_Network *network)
The type double function is imsls_d_mlff_network_free.
Required Arguments
Imsls_f_NN_Network *network (Input)
Pointer to a structure of the type Imsls_f_NN_Network.
Description
Function mlff_network_free frees memory allocated for an Imsls_f_NN_Network data structure created by imsls_f_mlff_network_init and imsls_f_mlff_network.  If it is necessary to maintain the network information contained in this structure for developing forecasts or classifications in the future, the structure can be stored to a file and retrieved later using imsls_f_mlff_network_write and imsls_f_mlff_network_read, respectively.
Example
For details, see the Examples section of mlff_network.