inst#,actual,predicted,error,prediction,outlook,temperature,humidity,windy
1,2:no,2:no,,1,sunny,hot,high,FALSE
2,2:no,2:no,,1,sunny,hot,high,TRUE
3,1:yes,1:yes,,1,overcast,hot,high,FALSE
4,1:yes,1:yes,,1,rainy,mild,high,FALSE
5,1:yes,1:yes,,1,rainy,cool,normal,FALSE
6,2:no,2:no,,1,rainy,cool,normal,TRUE
7,1:yes,1:yes,,1,overcast,cool,normal,TRUE
8,2:no,2:no,,1,sunny,mild,high,FALSE
9,1:yes,1:yes,,1,sunny,cool,normal,FALSE
10,1:yes,1:yes,,1,rainy,mild,normal,FALSE
11,1:yes,1:yes,,1,sunny,mild,normal,TRUE
12,1:yes,1:yes,,1,overcast,mild,high,TRUE
13,1:yes,1:yes,,1,overcast,hot,normal,FALSE
14,2:no,2:no,,1,rainy,mild,high,TRUE
Here I just evaluated on the training set, but with a test set you would just get the output for the test set.