views:

486

answers:

0

Hey Everyone,

I am trying to generate a set of association rules out of a set of data using WEKA. I have converted my .csv file to an .arff file that is usable by WEKA. Once in the software I remove all string fields form the data set and convert everything to nominal data.

My problem is when I go to the association rules and try to generate a result set. This will work on some of my data sets but not all. I have 14 data sets (14 .arff files) that I would like to scan. However, as of now only 2 of them have worked and I am not sure what I am doing wrong. Each file is the same number of attributes and the same number of entries. (100 each with 33 attributes).

any help is appreciated!

Thanks everyone!