colRanks_fast | R Documentation |
Computes rankings for each column of a matrix in parallel.
colRanks_fast(x, n_cores)
x |
The input matrix to be ranked. |
n_cores |
The number of CPU cores to use for parallel processing. |
A matrix where each column contains the rankings for the corresponding column in the input matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.