Description Usage Arguments Value
View source: R/SCE-functions.R
Convert a list of matrices to sparse matrices.
1 | sparsifyMatrices(matrix.list, auto = TRUE, threshold = 0.95, verbose = TRUE)
|
matrix.list |
List of matrices |
auto |
Whether to automatically choose which matrices to convert based on how big the size reduction will be |
threshold |
Threshold for automatically selecting matrices to convert, any matrix with an estimated sparse size less than this proportion of the original size will be converted |
verbose |
Whether to print status messages |
List of converted matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.