GetMLPStructure


Purpose

Returns the structure of the specified MLP

Function Declaration

function GetMLPStructure ( StgAlias : string; var IntLayers : integer; var IntInputs : integer; var DyaIntHidden : Variant; var IntOutputs : integer; var BlnBias : boolean ) : integer;

Arguments

StgAlias : alias of the MLP whose structure to retrieve
IntLayers : number of layers in the MLP
IntInputs : number of input nodes
DyaIntHidden : one dimensional variant array of integer describing the size of each hidden layer
IntOutputs : number of output nodes
BlnBias : if true, the network has a bias layer



return to main page


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