Skip to content
/ rucrdtw Public

R Bindings for the UCR Suite for fast time series subsequence search

License

Notifications You must be signed in to change notification settings

pboesu/rucrdtw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

288cce6 · Dec 11, 2023
Dec 11, 2023
Aug 22, 2023
Mar 2, 2020
Mar 2, 2020
Aug 23, 2023
Aug 22, 2023
Dec 11, 2023
May 7, 2017
Aug 24, 2023
Dec 11, 2023
Aug 24, 2023
Mar 2, 2020
Mar 2, 2020
Dec 11, 2023
Dec 11, 2023
Oct 19, 2016
May 6, 2017
Dec 11, 2023
Aug 23, 2023
Aug 23, 2023
Dec 11, 2023
Nov 5, 2016
Mar 3, 2020
Nov 5, 2016
Mar 2, 2020

Repository files navigation

rucrdtw - R Bindings for the UCR Suite

R-CMD-check codecov CRAN_Status_Badge Peer_Reviewed_Software DOI:10.21105/joss.00100

R bindings for functions from the UCR Suite (Thanawin Rakthanmanon et al. 2012 SIGKDD), which enables ultrafast subsequence search under both Dynamic Time Warping and Euclidean Distance. UCR DTW is several orders of magnitudes faster than naive DTW searches.

Installation

Install rucrdtw from GitHub:

install.packages("devtools")
devtools::install_github("pboesu/rucrdtw")

Examples

Examples are contained in the vignette rucrdtw:

library("rucrdtw")
vignette("using_rucrdtw")

Citation

To cite rucrdtw in publications, please use:

Boersch-Supan (2016). rucrdtw: Fast time series subsequence search in R. The Journal of Open Source Software http://doi.org/10.21105/joss.00100

Rakthanmanon et al. (2012). Searching and mining trillions of time series subsequences under dynamic time warping. SIGKDD http://doi.org/10.1145/2339530.2339576

Bug reports and contributions

Please file a github issue at https://github.com/pboesu/rucrdtw/issues if you find any problems or have feature suggestions. Contributions (via pull requests or otherwise) are welcome. Read more about how to contribute and the code of conduct for contributions here. If you don’t like github you can contact the package maintainer at pboesu@gmail.com.

License

COPYRIGHT 2012: Thanawin Rakthanmanon, Bilson Campana, Abdullah Mueen, Gustavo Batista and Eamonn Keogh. (UCR Suite source code)

COPYRIGHT 2016: Philipp Boersch-Supan (R bindings)

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

R Bindings for the UCR Suite for fast time series subsequence search

Resources

License

Code of conduct

Citation

Stars

Watchers

Forks

Packages

No packages published