boathit / deepst

0 stars 0 forks source link

test time query #6

Open sahilm1992 opened 4 years ago

sahilm1992 commented 4 years ago

Could you please tell us how do you get traffic T.C at test-time?

Is there a separation of queries used for testing and used for getting T.C at test-time?

boathit commented 4 years ago

We process all the data in the same way and partition them into training/validation/test dataset.

sahilm1992 commented 4 years ago

Ok, so during testing, if I have a test query Source-B-C-D-E-F-G-Destination. Is it also utilized for getting T.C at test time?

boathit commented 4 years ago

It will not be used for creating T.C for itself but will be used for the other trajectories in next sliding window.

sahilm1992 commented 4 years ago

Ok. So lets say at test time I got a slot 8-8:30 A.M. There are 100 trips( Trip1, Trip2,.... Trip100) that start betwen 8- 8:30 A.M.

While testing any arbitary trip lets say Trip50,,,, will T1, T2... T49, T51, T52... T100 be used to get T.C ?

boathit commented 4 years ago

No. The trips falling into 8:00-8:30 a.m will only be used for creating T.C for trips in 8:30-8:50 a.m.

sahilm1992 commented 4 years ago

Sure, Thanks..