fast_cor {scregclust}R Documentation

Fast computation of correlation

Description

This uses a more memory-intensive but much faster algorithm than the built-in cor function.

Usage

fast_cor(x, y)

Arguments

x

first input matrix

y

second input matrix

Details

Computes the correlation between the columns of x and y.

Value

Correlations matrix between the columns of x and y


[Package scregclust version 0.2.0 Index]