Description Usage Arguments Value
parallel call a function on file-backed matrix
1 2 3 4 5 6 7 8 | big_parallelize(
X,
p.FUN,
p.combine = NULL,
ind = bigstatsr::cols_along(X),
ncores = 4,
...
)
|
X |
is a file-backed data matrix |
p.FUN |
is a function to apply |
p.combine |
is a rule to combine the results from each core |
ind |
is a vector of column indeces on which the computations are performed |
ncores |
is a nuber of cores |
... |
are additional parameters |
The result of the parallel computations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.