forked from UrbComp/DeepTTE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
18 lines (17 loc) · 996 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"time_gap_std":129.7079365148,
"lngs_std":0.091304949,
"dist_gap_mean":0.6146368248,
"dist_std":8.513105201,
"lats_std":0.0632539993,
"time_mean":1992.4935600731,
"dist_mean":15.9201456914,
"lngs_mean":116.4094153574,
"time_gap_mean":78.3568629075,
"time_std":1169.4651502577,
"lats_mean":39.9386354866,
"dist_gap_std":0.3187883859,
"train_set": ["20150401.json", "20150402.json", "20150403.json", "20150404.json", "20150405.json", "20150406.json", "20150407.json", "20150408.json", "20150409.json", "20150410.json", "20150411.json", "20150412.json", "20150413.json", "20150414.json", "20150415.json", "20150416.json", "20150417.json", "20150418.json", "20150419.json", "20150420.json", "20150421.json", "20150422.json"],
"validate_set": ["20150423.json", "20150424.json", "20150425.json", "20150426.json", "20150427.json", "20150428.json", "20150430.json"],
"test_set": ["20150423.json", "20150424.json", "20150425.json", "20150426.json", "20150427.json", "20150428.json", "20150430.json"]
}