DataPro 2000

DataPro Command Line

When DataPro is started from Qnet’s data dialogs, the following command line argument structure is used to load the data.

DATAPRO-INNAME <file name> <start column> <nInputs> -TARGNAME <file name> <start column> <nTargets>

where:

file name

The file name that is to be loaded containing the neural network inputs or targets.

start column

The starting data column to begin reading inputs.

nInputs,nTargets

The number of inputs or targets in the network and the number of columns to read/load into DataPro’s spreads (note: in Qnet these values are specified in the network design dialog).DataPro is invoked with the following command line to autoload data at startup:

example:

C:\QNET97\DATAPRO -INNAME OCR.DAT 1 64 -TARGNAME OCR.DAT 65 10