BPTrainer


Overview

A BPTrainer object is used to perform backpropagation training upon either a FuNN or MLP type ANN object. A BPTrainer object is only ever associated with one ANN object. A BPTrainer object must be created specifically for an ANN before that ANN can be trained. If the ANN object is deleted the correseponding BPTrainer object must also be deleted. Attempting to use a BPTrainer object after it's associated ANN has been deleted will result in undefined behaviour.

Associated Commands

create, destroy, train


return to main page


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