Learn R Programming

IncDTW (version 1.0.2)

IncDTW-package: Incremental 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.

Arguments

Details

Feedback is appreciated.

References

Dynamic programming algorithm optimization for spoken word recognition by Sakoe and Chiba published in 1978 (DOI:10.1109/TASSP.1978.1163055)

See Also

https://github.com/maxar/IncDTW