View source: R/Global-settings.R
setSparse | R Documentation |
Set whether the intermediate and output DelayedArray used in DelayedTensor is used as sparse tensor or not.
NOTE: Sparse mode is experimental! Whether it contributes to higher speed and lower memory is quite dependent on the sparsity of the DelayedArray, and the current implementation does not recognize the block size, which may cause Out-of-Memory errors.
setSparse(as.sparse=FALSE)
as.sparse |
TRUE or FALSE (Default: FALSE) |
Nothing
setSparse(TRUE)
setSparse(FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.