Hello,
Are the train and test Traffic datasets were sampled from the 10 hours cycles generated by same procedure with same generation parameters? By other words. Is it correct assumption that the train and test samples are not biased?
Thanks
Sum array [1..21000]
SumIndex = 1
for Hour from 1 to 1000
for WinFirstMinute from 1 to 21
Sum[SumIndex] = 0
for Minute from WinFirstMinute to WinFirstMinute+9
for Segment from 1 to 20
Sum[SumIndex] = Sum[SumIndex] + GetDataValue(Hour, Minute, Segment);
SumIndex = SumIndex + 1
Sort 21000 values in Sum
for SumIndex from 1 to 21000
show graph point X = SumIndex, Y = Sum[SumIndex]Return to IEEE ICDM Contest: Road Traffic Prediction for Intelligent GPS Navigation
Users browsing this forum: No registered users and 1 guest