In my ARFF file instead of:
@ATTRIBUTE myclass {value1, value2, value3}
I would like to write something like:
@ATTRIBUTE myclass
{
value1,
value2,
value3
}
Reason: myclass will eventually contain almost 1000 values and it would be easier to read and edit the arff file using the second format.
I've tried using the the above format but I get an error message saying "Unable to determine structure as arff.