diff python/storage.py @ 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 45a53542e046
children f9c9457b60c2
line wrap: on
line diff
--- a/python/storage.py	Thu Sep 22 16:49:43 2016 -0400
+++ b/python/storage.py	Thu Sep 22 17:50:35 2016 -0400
@@ -1244,7 +1244,7 @@
         self.stdVehicleSpeed = self.stdVehicleSpeed/denominator
         # special case for the lognormal distribution
         self.locationCyclistSpeed = self.locationCyclistSpeed-log(denominator)
-        #self.scaleCyclistSpeed = self.scaleCyclistSpeed
+        #self.scaleCyclistSpeed = self.scaleCyclistSpeed # no modification of scale
 
         
 class ProcessParameters(VideoFilenameAddable):