The appnd command is used to append data rows to a Data object. If the Data object is full, i.e. all storage rows are in use, then the appended row will overwrite the first row in the data set.
append alias DataAlias inputs {InputArray} outputs {OutputArray} labels {LabelsArray} labelweights {LabelWeightArray}
where:
alias is the alias of the Data object to append to
inputs is an array of Input data
outputs is an array of Output data
labels is an array of labels
labelweights is an array of weighting assigned to each label
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.