mlffNetworkFree¶
Frees memory allocated to an Imsls_d_NN_Network data structure.
Synopsis¶
mlffNetworkFree (network)
Required Arguments¶
- Imsls_d_NN_Network
network
(Input) - A structure of the type Imsls_d_NN_Network.
Description¶
Function mlffNetworkFree
frees memory allocated for an
Imsls_d_NN_Network data structure created by
mlffNetworkInit and
mlffNetwork. 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 mlffNetworkWrite and
mlffNetworkRead, respectively.