connect4 - This data set is included here as an
example of a harder data set for your ID3 code since there are three
possible class values. (Your code does NOT have to run on it for
either Homework 1 or Homework 2.) Each instance describes a connect4
board. There are 42 attributes named {a-g}{1-6}. The letter indicates
the column of the board, and the number indicates the row (depth),
i.e.:
The board: 6 . . . . . . .
5 . . . . . . .
4 . . . . . . .
3 . . . . . . .
2 . . . . . . .
1 . . . . . . .
a b c d e f g