gwheaton/ID3-Decision-Tree

Do you have testing samples?

Opened this issue · 2 comments

Do you have testing samples,thanks

In the README.txt I describe the example input text files

"This input file is tab-delimited. For example, if you wanted to classify the data points with attributes a1, a2, and a3 the input file would be

a1 a2 a3 CLASS
true false false true
false true false true
etc."

I'll try to attach an example file

Added sample data

I believe it's in UNIX format so you may need to edit it to get it to work with MATLAB