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