matrix_sparsity | R Documentation |
sparsity percentage of a sparse matrix
matrix_sparsity(sparse_matrix)
sparse_matrix |
a sparse matrix |
a numeric value (percentage)
library(textTinyR)
tmp = matrix(sample(0:1, 100, replace = TRUE), 10, 10)
sp_mat = dense_2sparse(tmp)
dbl = matrix_sparsity(sp_mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.