Creates an MLP network of the specified architecture.
function CreateMLP ( StgAlias : string; IntLayers : integer; DyaIntLayerSize : Variant; BlnBias : boolean ) : integer;
StgAlias : alias to assign the MLP to
IntLayers : number of layers in the MLP
DyaIntLayerSize : one dimensional variant array of integer. The
first entry must be the size of the inputs layer, while the last should
be the size of the output layer
BlnBias : if true, the network will have a bias layer attached
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.