LWFTrainer


Overview

A LWFTrainer object is used to perform Learning With Forgetting (LWF) training upon a FuNN. A LWFTrainer object is only ever associated with one FuNN object. A LWFTrainer object must be created specifically for a FuNN before that FuNN can be trained with LWF. If the FuNN object is deleted the correseponding LWFTrainer object must also be deleted. Attempting to use a LWFTrainer object after it's associated FuNNhas been deleted will result in undefined behaviour. Because the trainer creates a copy of the network when it is created, the trained nework must be manually retrieved with the gettrained command.

Associated Commands

create, destroy, gettrained, train


return to main page


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.