diff python/ml.py @ 734:1d4dcb5c8708 dev

first example script to learn prototypes
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 11 Aug 2015 12:55:09 -0400
parents b02431a8234c
children 0e875a7f5759
line wrap: on
line diff
--- a/python/ml.py	Tue Aug 11 12:06:10 2015 -0400
+++ b/python/ml.py	Tue Aug 11 12:55:09 2015 -0400
@@ -161,9 +161,3 @@
             indices.append(smallestClusterIndex)
 
     return prototypeIndices, labels
-
-def motionPatternLearning(objects, maxDistance):
-    ''' 
-    Option to use only the (n?) longest features per object instead of all for speed up
-    TODO'''
-    pass