NAME: AddStream

SYNOPSIS: AddStream [options] Size Mode Name Net

DESCRIPTION

Adds a new stream object to a network. The argument "Size" specifies the number of floats per time-unit in the stream (The dimension of input or output layers). "Mode" is one of: "read", "write", "target", "interactive" or "no-action". For normal use, "read" and "target" are probably enough. A "read" stream, reads input from an extenal file for input units and a "target" stream reads target values from an extenal file for output units. The argument "Name" specifies the name of the created stream object.

OPTIONS

-x ext Specifies the file extension for datafiles to be read/written by this stream.
-d dir Specifies the directory for datafiles to be read/written by this stream.
-f filter Used for reading/writing data through a UNIX filter instead of a file. Experimental.
-F format Specifies the file format for files read/written by this stream. The formats available for the argument "format" are described in the File Formats section. Some formats are: "ascii", "binary" and "htk".
-S File Use this option to create a stream with named components. For example, it can be convenient to name the components of the output stream of a classifier after the names of the classes. The argument "File" is the file name of a file containing the names (one name per row).

SEE ALSO

NormStream, EditStream, LinkGroup, LinkUnit,

KNOWN BUGS

Pipeline filters does not work robustly.