CreateData


Purpose

Creates a data object of the specified dimensions.

Function Declaration

function CreateData ( StgAlias : string; IntInputs : integer; IntOutputs : integer; IntRows : integer; BlnLabels : boolean ) : integer;

Arguments

StgAlias : the alias to assign the new data object to
IntInputs : the number of input columns in the data set
IntOutputs : the number of output columns in the data set
IntRows : the number of rows to allocate in memory
BlnLabels : set to true if labels are needed.


return to main page


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