DTW-C++
DTW-C++: Fast dynamic time warping and clustering of time series data - Published in JOSS (2024)
Science Score: 100.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 11 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
✓Institutional organization owner
Organization battery-intelligence-lab has institutional domain (howey.eng.ox.ac.uk) -
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
Keywords from Contributors
Repository
DTWC++
Basic Info
- Host: GitHub
- Owner: Battery-Intelligence-Lab
- License: other
- Language: C++
- Default Branch: main
- Homepage: https://battery-intelligence-lab.github.io/dtw-cpp/
- Size: 4.41 MB
Statistics
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 5
- Releases: 3
Topics
Metadata Files
README.md
DTW-C++
There is separate detailed documentation available for this project; this readme.md file only gives a short summary.
Introduction
DTW-C++ is a C++ library for dynamic time warping (DTW) and clustering of time series data. Users can input multiple time series and find clusters of similar time series. The time series can have the same or different lengths. The number of clusters to find can be fixed or specified as a range to try. DTW-C++ finds clusters in time series data using k-medoids or mixed integer programming (MIP). K-medoids is generally faster but may get stuck in local optima, while MIP can give guarantees about globally optimal clusters.

Citation
APA style:
Kumtepeli, V., Perriment, R., & Howey, D. A. (2024). DTW-C++: Fast dynamic time warping and clustering of time series data. Journal of Open Source Software, 9(101), 6881. https://doi.org/10.21105/joss.06881
BibTeX:
@article{Kumtepeli2024,
author = {Kumtepeli, Volkan and Perriment, Rebecca and Howey, David A.},
doi = {10.21105/joss.06881},
journal = {Journal of Open Source Software},
month = sep,
number = {101},
pages = {6881},
title = {{DTW-C++: Fast dynamic time warping and clustering of time series data}},
url = {https://joss.theoj.org/papers/10.21105/joss.06881},
volume = {9},
year = {2024}
}
Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --><!-- prettier-ignore-start --><!-- markdownlint-disable -->
Becky Perriment 💡💻👀⚠️ |
Volkan Kumtepeli 💡💻👀⚠️🚇🐢 |
David Howey 💡👀 |
Owner
- Name: Battery Intelligence Lab
- Login: Battery-Intelligence-Lab
- Kind: organization
- Website: https://howey.eng.ox.ac.uk
- Repositories: 17
- Profile: https://github.com/Battery-Intelligence-Lab
JOSS Publication
DTW-C++: Fast dynamic time warping and clustering of time series data
Authors
Tags
Dynamic time warping Clustering k-medoids Integer programming Dynamic programming Time seriesCitation (CITATION.cff)
cff-version: "1.2.0"
authors:
- family-names: Kumtepeli
given-names: Volkan
orcid: "https://orcid.org/0000-0003-2392-9771"
- family-names: Perriment
given-names: Rebecca
orcid: "https://orcid.org/0009-0003-2781-0724"
- family-names: Howey
given-names: David A.
orcid: "https://orcid.org/0000-0002-0620-3955"
doi: 10.5281/zenodo.13551469
message: If you use this software, please cite our article in the
Journal of Open Source Software.
preferred-citation:
authors:
- family-names: Kumtepeli
given-names: Volkan
orcid: "https://orcid.org/0000-0003-2392-9771"
- family-names: Perriment
given-names: Rebecca
orcid: "https://orcid.org/0009-0003-2781-0724"
- family-names: Howey
given-names: David A.
orcid: "https://orcid.org/0000-0002-0620-3955"
date-published: 2024-09-06
doi: 10.21105/joss.06881
issn: 2475-9066
issue: 101
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 6881
title: "DTW-C++: Fast dynamic time warping and clustering of time
series data"
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.06881"
volume: 9
title: "DTW-C++: Fast dynamic time warping and clustering of time series
data"
GitHub Events
Total
- Issues event: 1
- Watch event: 1
- Pull request event: 1
- Fork event: 2
- Create event: 1
Last Year
- Issues event: 1
- Watch event: 1
- Pull request event: 1
- Fork event: 2
- Create event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Volkan Kumtepeli | v****i@g****m | 380 |
| beckyperriment | 9****t | 177 |
| David Howey | d****y@e****k | 31 |
| dependabot[bot] | 4****] | 5 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 11
- Total pull requests: 11
- Average time to close issues: 4 months
- Average time to close pull requests: about 4 hours
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 1.36
- Average comments per pull request: 0.09
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 7
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
- i64 (6)
- ChullEPG (3)
- ElektrikAkar (1)
- KaWest (1)
- ZhenchenHong (1)
Pull Request Authors
- dependabot[bot] (12)
- ElektrikAkar (6)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/configure-pages v2 composite
- actions/deploy-pages v1 composite
- actions/jekyll-build-pages v1 composite
- actions/upload-pages-artifact v1 composite
- mattnotmitt/doxygen-action v1.9.5 composite
- actions/checkout v2 composite
- actions/upload-artifact v3 composite
- openjournals/openjournals-draft-action master composite
- actions/checkout v3 composite
- actions/checkout v3 composite
- actions/checkout v3 composite
