diff trafficintelligence/moving.py @ 1044:75a6ad604cc5

work on motion patterns
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 05 Jul 2018 17:06:40 -0400
parents fc7c0f38e8a6
children cbc026dacf0b 67144f26609e
line wrap: on
line diff
--- a/trafficintelligence/moving.py	Wed Jul 04 17:39:39 2018 -0400
+++ b/trafficintelligence/moving.py	Thu Jul 05 17:06:40 2018 -0400
@@ -1368,7 +1368,7 @@
             tmp = utils.sortByLength(self.getFeatures(), reverse = True)
             return tmp[:min(len(tmp), nFeatures)]                                        
         
-    def getFeatureNumbers(self):
+    def getFeatureNumbersOverTime(self):
         '''Returns the number of features at each instant
         dict instant -> number of features'''
         if self.hasFeatures():