sparse_subset: sparse_subset

View source: R/utils.R

sparse_subsetR Documentation

sparse_subset

Description

given k1 x n matrix A and k2 x n matrix B returns k1 x k2 matrix C whose entries ij = 1 if the set of nonzero components of row i of A is a (+/- strict) subset of the nonzero components of row j of B

Usage

sparse_subset(A, B, strict = FALSE, chunksize = 100, quiet = FALSE)

mskilab/gGnome documentation built on May 8, 2024, 4:25 p.m.