Frequency(time) in GSP
lvane
New Altair Community Member
Hallo,
morning everyone,
I need some help in sequential pattern mining, which is, if my data format like below:
Client_id, time , feature 1, feature 2, feature 3 ....
1,0,0,1,0,...
1,1,1,1,1,....
2,0,0,0,0
2,1,0,1,1
2,2,1,0,1
please pay attention to the time column, time starts from 0 instead of 1.
In this case, can I start mining and have the same result as time starts from 1?
,
Thank you in advance!
morning everyone,
I need some help in sequential pattern mining, which is, if my data format like below:
Client_id, time , feature 1, feature 2, feature 3 ....
1,0,0,1,0,...
1,1,1,1,1,....
2,0,0,0,0
2,1,0,1,1
2,2,1,0,1
please pay attention to the time column, time starts from 0 instead of 1.
In this case, can I start mining and have the same result as time starts from 1?
,
Thank you in advance!
Tagged:
0