GetFuNNStructure


Purpose

Returns the structure of the specified FuNN

Function Declaration

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

Arguments

StgAlias : alias of the FuNN whose structure to retrieve
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.