I have a set of treatment and tests that I created with a program in Java.
In the header, it looks like this:
*@attribute data date "yyyy-MM-dd"*
And among other attributes.
An example of a row of data is:
*@data
"2014-01-02",11.27,11.44,11.03,11.18,11.07,11.07,11.12,9419,2003400,2240946600,1*
But the strange thing is that when I open the .arff
file in Weka, the date is sorted bizarrely, the generated graph of the data
attribute is between nothing like 138862800000 and 1419904800000 .
As a result, I can not classify this set correctly, or it throws everything as a 1 class or 2 class.
How do I arrange the date?