sparsifyMatrices: Sparsify matrices

Description Usage Arguments Value

View source: R/SCE-functions.R

Description

Convert a list of matrices to sparse matrices.

Usage

1
sparsifyMatrices(matrix.list, auto = TRUE, threshold = 0.95, verbose = TRUE)

Arguments

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

Value

List of converted matrices


splatter documentation built on Dec. 3, 2020, 2:01 a.m.