2
I have a treatment and testing suite that I created with a Java program.
In the headline, it’s like this:
*@attribute data date "yyyy-MM-dd"*
And among other attributes.
An example of a data line 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 file .arff
in Weka, the date is classified bizarrely, the generated graph of the attribute data
between intervals nothing to do with 138862800000 and 1419904800000.
As a result, I cannot classify this set correctly, or it plays everything as class 1 or class 2.
How do I arrange the date?
Hello Thiago, have you had any success? managed to solve the problem? I’m starting my studies with Weka.
– Delfino