next up previous contents
Next: Class label files Up: Providing input Previous: Domain description   Contents

Stream data files

Each stream (and hence each training or test instance) is stored in an individual file; typically in a data subdirectory. So, for example, the first instance from the Tech Support domain $ s_1$, might be stored in the file data/s1.tsd. The suffix ``.tsd'' stands for TClass Stream Data. The contents of data/s1.tsd are shown in Figure 5.10.

Figure 5.10: An example of a TClass Stream Data (tsd) file.
\begin{figure}\begin{boxedverbatim}L
L
L
H
H
H
L
L
L
L
L
L\end{boxedverbatim}\end{figure}

This is not a particularly interesting example. The first few lines of one stream from the sign recognition domain is shown in Figure 5.11. Rather than a single value on each line, there are 8, one corresponding to each channel. This tells us, for instance, that to start with, the x position is -0.023 (i.e. to the right of the body), and by the fifth frame, it has moved closer to the centre of the body (i.e. 0.000).

Figure 5.11: An example of a TClass Stream Data (tsd) file from the sign language domain.
\begin{figure}\begin{boxedverbatim}-0.023 0.015 0.000 0.000 0.250 0.750 0.500 ...
...00 0.000 0.000 0.083 0.250 0.750 0.500 0.000
...\end{boxedverbatim}\end{figure}


next up previous contents
Next: Class label files Up: Providing input Previous: Domain description   Contents
Mohammed Waleed Kadous 2002-12-10