Skip to content

surmann/calcCorrelationParallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculate Correlation Matrix in Parallel

The code provides a function to calculate a correlation matrix out of huge data matrix. It splits the data matrix into subsets and calculates the correlation between the subsets in parallel using BatchJobs or batchtools. The batchtools implementation is marked with 'BT'.

About

calculate a correlation matrix with batchjobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages