sparsifyMatrices {splatter} | R Documentation |
Convert a list of matrices to sparse matrices.
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