Skip to content

jacksonicson/dtw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Time Warping

Dynamic time warping (DTW) algorithm is useful to compare similarity of time series data. A corellaction coefficient does not work well if time series are identical but time-shifted or stretched gainst one another. DTW finds an alignment between two time series under certain constraints.

This Python implementation is based on the description provided by Wikipedia.

About

Dynamic time warping (DTW) algorithm implemented in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages