knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
adept
package implements ADaptive Empirical Pattern Transformation (ADEPT) method for pattern segmentation from a time-series. ADEPT was designed for optimal use in performing fast, accurate walking strides segmentation from high-density data collected from a wearable accelerometer worn during continuous walking activity.
# install.packages("devtools") devtools::install_github("martakarass/adept")
Vignettes are available to better explain package methods functionality.
Vignette Introduction to adept package intends to introduce a reader to the ADEPT method and demonstrate the usage of the segmentPattern {adept}
function which implements ADEPT method. Here, we focus on illustrating segmentPattern {adept}
functionality with a comprehensive set of simulated data examples.
Specifically, we show how to use adept
segment pattern occurrences from a (noisy) signal in the presence of:
Vignette Walking strides segmentation with adept provides an example of walking stride segmentation from subsecond accelerometry data with adept
package. We demonstrate that ADEPT method can be used to perform automatic and precise walking stride segmentation from data collected during a combination of running, walking and resting exercise. We demonstrate how to segment stride pattern:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.