find_chains: Find Time Series Chains

Description Usage Arguments Value References Examples

View source: R/find-chains.R

Description

Time Series Chains is a new primitive for time series data mining.

Usage

1

Arguments

.mp

a MatrixProfile object.

Value

Returns the input .mp object with a new name chain. It contains: chains, a list of chains found with more than 2 patterns and best with the best one.

References

Website: https://sites.google.com/site/timeserieschain/

Examples

1
2
3
4
w <- 50
data <- mp_gait_data
mp <- tsmp(data, window_size = w, exclusion_zone = 1 / 4, verbose = 0)
mp <- find_chains(mp)

franzbischoff/tsmp documentation built on March 9, 2020, 6:01 a.m.