Hi Flavio,
Sorry for bothering you again for the following problem.
I’m wondering the input format.
The “Readme" says the first column of “dt user from to” is the amount of time the user spent on “from” before going to “to”.
So the unit of the amount of time is “second"?
i.e., if I have the following .tsv text document:
--------timestamp----------userID--itemID--
2009-04-08T01:53:56Z user01 item01
2009-04-08T01:57:47Z user01 item02
I should turn it into the format like:
231 user01 item01 item02
However, if the time interval exceeds a day, the value of the amount of time will be big.
Hi Flavio,
Sorry for bothering you again for the following problem.
I’m wondering the input format.
The “Readme" says the first column of “dt user from to” is the amount of time the user spent on “from” before going to “to”.
So the unit of the amount of time is “second"?
i.e., if I have the following .tsv text document:
--------timestamp----------userID--itemID--
2009-04-08T01:53:56Z user01 item01
2009-04-08T01:57:47Z user01 item02
I should turn it into the format like:
231 user01 item01 item02
However, if the time interval exceeds a day, the value of the amount of time will be big.