View source: R/CellWalkerFunctions.R
tensorJaccard | R Documentation |
tensorJaccard()
computes the Jaccard similarity between the rows
of a sparse matrix using tensorflow on a GPU
tensorJaccard(m)
m |
sparse matrix |
Jaccard similarity matrix between rows of m
data("SampleCellWalkRData")
## Not run: tensorJaccard(SampleCellWalkRData$ATACMat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.