Learn R Programming

⚠️There's a newer version (1.1.4.4) of this package.Take me there.

IncDTW (version 1.0.2)

Incremental Calculation of Dynamic Time Warping

Description

Implements incremental calculation of the DTW (Dynamic Time Warping) distance of two vectors, which is specifically useful for life data streams. Further the calculation of the global cost matrix is implemented in C++ to be faster. The Sakoe Chiba band is also implemented. The calculation of DTW is less functional then the one of dtw(), however much faster. For details about DTW see the original paper "Dynamic programming algorithm optimization for spoken word recognition" by Sakoe and Chiba (1978) . Any feedback is highly appreciated!

Copy Link

Version

Install

install.packages('IncDTW')

Monthly Downloads

581

Version

1.0.2

License

GPL (>= 2)

Maintainer

Maximilian Leodolter

Last Published

May 11th, 2018

Functions in IncDTW (1.0.2)

plot_idtw

Plot the results from Dynamic Time Warping
idtw

Incremental Dynamic Time Warping
dec_dm

dec_dm
IncDTW-package

Incremental Dynamic Time Warping
idtw2vec

Dynamic Time Warping
dtw2vec

Dynamic Time Warping
dtw

Dynamic Time Warping