Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

deepbrook/sparseDTW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparseDTW

Python Implementation of the SparseDTW Algorithm by Ghazi Al-Naymat, Sanjay Chawla and Javid Taheri.

http://arxiv.org/abs/1201.2969

It's usable as a cli tool, by feeding it 2 file paths and an optional resistance parameter.

Uses scipy.sparse.lil_matrix and implemented simple backtracking.

Releases

No releases published

Packages

No packages published