CreateFuNN


Purpose

Creates a FuNN of the specified structure

Function Declaration

function CreateFuNN ( StgAlias : string; IntInputs : integer; DyaIntCondition : Variant; IntRules : integer; DyaIntAction : Variant; IntOutputs : integer ) : integer;

Arguments

StgAlias : alias to assign the FuNN to
IntInputs : number of inputs nodes
DyaIntCondition : one dimensional variant array of integers describing how many condition layer nodes to attach to each input
IntRules : number of rules nodes
DyaIntAction : one dimensional variant array of integers describing how many action layer nodes to attach to each output
IntOutputs : number of output nodes


return to main page


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