Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4345380
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T12:01:42+00:00 2026-05-21T12:01:42+00:00

Does anyone know of a python library that has DTW implementation? mlpy seems to

  • 0

Does anyone know of a python library that has DTW implementation? mlpy seems to have what I’m looking for, but I can’t seem to install it correctly — currently awaiting replies from the mailing list so I thought I would scope out other libraries.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T12:01:42+00:00Added an answer on May 21, 2026 at 12:01 pm

    For the record, I have been able to use a mashup of R, DTW in R, and rpy2. Working with R in Python is surprisingly simple and extends python’s statistical capabilities considerably. Here’s an example of finding the distance between an offset noisy sine and cosine series:

        import rpy2.robjects as robjects
        r = robjects.r
        r('library("dtw")')
        idx = r.seq(0,6.28,len=100)
        template = r.cos(idx)
        query = r.sin(idx)+r('runif(100)/10')
        alignment=r.dtw(query,template,keep=r('TRUE'))
        robjects.globalenv["alignment"] =  alignment
        dist = r('alignment$distance')
        print(dist)
    

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know of a library - ideally Python, that can have a stab
Does anyone know if there's an available python library compatible with Python2.6 that exposes
Does anyone know of a library like chronic but for python? Thanks!
Does anyone know if there is a Python library for text-to-speech that works on
Does anyone know if Python's shelve module uses memory-mapped IO? Maybe that question is
Does anyone know any site or book that presents problems like python challenge ,
Does anyone know of any websites, or (preferably) downloadable packages that you can use
I'm looking for a Python caching library but can't find anything so far. I
Does anyone know of a java version of the python deferred library? Or maybe
Does anyone know if it is possible to have a Python script running in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.