Mercurial > hg > nsaunier > traffic-intelligence
diff python/utils.py @ 607:84690dfe5560
add some functions for behaviour analysis
| author | MohamedGomaa |
|---|---|
| date | Tue, 25 Nov 2014 22:49:47 -0500 |
| parents | e24eeb244698 |
| children | 0954aaf28231 |
line wrap: on
line diff
--- a/python/utils.py Mon Nov 24 13:02:10 2014 -0500 +++ b/python/utils.py Tue Nov 25 22:49:47 2014 -0500 @@ -363,7 +363,7 @@ based on the threshold on distance between two elements of lists l1, l2 similarityFunc returns True or False whether the two points are considered similar - if aligned, returns the best matching if using a finite delta by shiftinig the series alignments + if aligned, returns the best matching if using a finite delta by shifting the series alignments eg distance(p1, p2) < epsilon '''
