The comma separated value (csv) files list the input string followed by the class.
Each line specifies one data point.

For example:

0,0,0,0
0,0,1,1

specifies two data points. Both have three input variables (000 and 001 respectively).
The first belongs to class 0 and the second to class 1.
