Creates a FuNN of the specified structure
function CreateFuNN ( StgAlias : string; IntInputs : integer; DyaIntCondition : Variant; IntRules : integer; DyaIntAction : Variant; IntOutputs : integer ) : integer;
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
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.