sparseColRanks_fast: Computes rankings for each column of a matrix in parallel.

View source: R/RcppExports.R

sparseColRanks_fastR Documentation

Computes rankings for each column of a matrix in parallel.

Description

Computes rankings for each column of a matrix in parallel.

Usage

sparseColRanks_fast(x, n_cores)

Arguments

x

The input matrix to be ranked.

n_cores

The number of CPU cores to use for parallel processing.

Value

A matrix where each column contains the rankings for the corresponding column in the input matrix.


khazum/ccImpute documentation built on July 26, 2024, 1:13 a.m.