The Complete SPRLIB & ANNLIB

delete_weight_hist

- delete a network's weight history

SYNOPSIS

void delete_weight_hist (net)

ARGUMENTS

NET *net Pointer to a network.

FUNCTION

This function deletes the linked list of weight histories in a network.

RETURNS

Nothing.

NOTE

The bias (theta) weights are not deleted; this is done by the delete_theta_hist function.

SEE ALSO

free_weight_value, HIST-flags

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