2012/10/29 Didier Vila <[email protected]>: > Good Afternoon all, > > Does Scikit learn have the dynamic time warping measure embedded in the > framework ?
No. > If yes, can I use it with clustering/ svm tools ? > > If not, do you have any other alternatives / suggestions ? According to the wikipedia article: http://en.wikipedia.org/wiki/Dynamic_time_warping , mlpy has an implementation. It should not be too complicated to contribute a cython implementation scikit-learn for the pairwise module: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/metrics/pairwise.py -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ The Windows 8 Center - In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
