feixuedudiao / dtw-cpp

DTW++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DTW-C++

DTW-C++ is a dynamic time warping (DTW) based clustering library in C++. The user can input multiple time series (potentially of variable lengths) and the number of desired clusters if known or a range of possible cluster numbers if not known. DTW-C++ can cluster the time series using k-Medoids or mixed integer programming (MIP). k-Medoids is generally quicker but may be subject to sticking in local optima, whereas MIP can find globally optimal clusters. ANY DEPENDANCIES?

About

DTW++


Languages

Language:C++ 65.8%Language:CMake 17.0%Language:TeX 14.4%Language:MATLAB 2.1%Language:Python 0.6%