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


return to main page


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