maduprey / dynamic-time-warping

Dynamic time warping and calculation of optimal warp path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic time warping

This library implements the dynamic time warping algorithm in R and provides a function to calculate an optimal warp path. Dynamic time warping allows for comparison of two time series based on optimally time-shifted distance.

Implementation based largely on Senin (2008):

Pavel Senin, Dynamic time warping algorithm review, Information and Computer Science Department University of Hawaii at Manoa Honolulu, USA (2008), PDF

Usage

Please refer to the example.R file.

About

Dynamic time warping and calculation of optimal warp path

License:MIT License


Languages

Language:R 100.0%