Description Usage Arguments Details Value References Examples
Compute the join similarity for Sound data
| 1 2 3 4 5 6 | simple_fast(
  ...,
  window_size,
  exclusion_zone = getOption("tsmp.exclusion_zone", 1/2),
  verbose = getOption("tsmp.verbose", 2)
)
 | 
| ... | a  | 
| window_size | an  | 
| exclusion_zone | a  | 
| verbose | an  | 
verbose changes how much information is printed by this function; 0 means nothing, 1 means
text, 2 adds the progress bar, 3 adds the finish sound.
Returns a SimpleMatrixProfile object, a list with the matrix profile mp, profile index pi,
number of dimensions n_dim, window size w and exclusion zone ez.
Silva D, Yeh C, Batista G, Keogh E. Simple: Assessing Music Similarity Using Subsequences Joins. Proc 17th ISMIR Conf. 2016;23-30.
Silva DF, Yeh C-CM, Zhu Y, Batista G, Keogh E. Fast Similarity Matrix Profile for Music Analysis and Exploration. IEEE Trans Multimed. 2018;14(8):1-1.
Website: https://sites.google.com/view/simple-fast
Website: https://sites.google.com/site/ismir2016simple/home
| 1 2 3 | w <- 30
data <- mp_toy_data$data # 3 dimensions matrix
result <- simple_fast(data, window_size = w, verbose = 0)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.