I get error while loading Arff file, and when i load the csv file and click "visualize all", nothing can be visualized and the screen gives "Too many values to display". Here is the error while loading Arff file:
Join the Stack Overflow Community
Stack Overflow is a community of 6.9 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up
Join them; it only takes a minute:
|
For your first error you need to declare attributes for the arff file as defined here: http://www.cs.waikato.ac.nz/ml/weka/arff.html Your second error states that there is no @relation defined so you need to add it above your attributes declaration as shown in the link above. So you need to add the following line:
|
|||
|