Hi Abdo
> Now, I started to work on actual application to apply associate rule for
> transactions-products db. So, I get related products.
>
> When I tried to upload the data set for WEKA, I faced error message with
> this message : "Unable to determine structure as arff", screenshot attached.
>
> I have struggled with this issue for 3 hours and it doesn't work!! I don't
> know why!!
Since the MOOC has closed, you should post any further questions
regarding Weka to the Weka mailing list. See Weka homepage for
details.
According to the error message, you didn't seem to close the list of
nominal values correctly ("} expected at end of enumeration" in line
4). Do you, by accident, introduced a new line inside the long list of
values?
You seem to be constructing the dataset by hand, which is usually
error prone. You could always just declare nominal attributes
temporarily as "STRING" (rather than listing all the values) and then
use the StringToNominal filter to convert them into nominal ones.
Cheers, Peter
--
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
http://www.cms.waikato.ac.nz/~fracpete/ Ph.
+64 (7) 858-5174