Mercurial > hg > nsaunier > traffic-intelligence
comparison classifier.cfg @ 854:33d296984dd8
rework and more info on speed probabilities for classification
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 22 Sep 2016 17:50:35 -0400 |
| parents | 21f10332c72b |
| children | ff92801e5c54 |
comparison
equal
deleted
inserted
replaced
| 853:95e7622b11be | 854:33d296984dd8 |
|---|---|
| 28 max-cyc-speed = 30.0 | 28 max-cyc-speed = 30.0 |
| 29 # mean pedestrian speed and standard deviation (in a normal distribution) 4.91+-0.88 km/h | 29 # mean pedestrian speed and standard deviation (in a normal distribution) 4.91+-0.88 km/h |
| 30 mean-ped-speed = 4.91 | 30 mean-ped-speed = 4.91 |
| 31 std-ped-speed = 0.88 | 31 std-ped-speed = 0.88 |
| 32 # mean cyclist speed and standard deviation (in a log-normal distribution) 11.+-4.83 km/h | 32 # mean cyclist speed and standard deviation (in a log-normal distribution) 11.+-4.83 km/h |
| 33 # to multiply the parameters by a, loc = loc+ln(a) | |
| 33 cyc-speed-loc = 2.31 | 34 cyc-speed-loc = 2.31 |
| 34 cyc-speed-scale = 0.42 | 35 cyc-speed-scale = 0.42 |
| 35 # mean vehicle speed and standard deviation (in a normal distribution) 18.45+-7.6 km/h | 36 # mean vehicle speed and standard deviation (in a normal distribution) 18.45+-7.6 km/h |
| 36 mean-veh-speed = 18.45 | 37 mean-veh-speed = 18.45 |
| 37 std-veh-speed = 7.6 | 38 std-veh-speed = 7.6 |
