CreateLWFTrainer


Purpose

Creates a Learning With Forgetting backpropagation object for the specified network. Only works for FuNN type network objects. Note: to access the trained FuNN, the function GetTrained must to called to retrieve it into another alias.

Function Declaration

function CreateLWFTrainer ( StgAlias : string; StgNetwork : string ) : integer;

Arguments

StgAlias : alias to assign the LWFtrainer to
StgNetwork : alias of network to create trainer for


This page is maintained by Michael Watts (mike@kel.otago.ac.nz)
Last modified on: 02/05/98.