I am generating an .arff file using a Java program. The file has about 600 attributes.
I am unable to open the file in Weka Explorer. It says: "nominal value not declared in header, read Token[0], line 626."
Here is the first attribute line: @attribute vantuono numeric
Here are the first few chars of line 626: 0,0,0,0,1,0,0,0,0,1,0,1...
Why is WEKA unable to parse '0' as a numeric value?
Interestingly, this happens only in this file. I have other files with numeric attributes accepting '0' for a value.