mpx | R Documentation |
Fast implementation of MP and MPI for internal purposes, without FFT
mpx( data, window_size, query = NULL, idx = TRUE, dist = c("euclidean", "pearson"), n_workers = 1 )
data |
a |
window_size |
window size |
query |
query |
idx |
compute the profile indexes? |
dist |
distance measure, Euclidean or Pearson? |
n_workers |
threads for multi-threading |
Returns MP and MPI
mp <- mpx(mp_toy_data$data[1:200, 1], window_size = 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.