tensorJaccard: Compute Jaccard on matrix using tensorflow

View source: R/CellWalkerFunctions.R

tensorJaccardR Documentation

Compute Jaccard on matrix using tensorflow

Description

tensorJaccard() computes the Jaccard similarity between the rows of a sparse matrix using tensorflow on a GPU

Usage

tensorJaccard(m)

Arguments

m

sparse matrix

Value

Jaccard similarity matrix between rows of m

Examples

data("SampleCellWalkRData")
## Not run: tensorJaccard(SampleCellWalkRData$ATACMat)


PFPrzytycki/CellWalkR documentation built on Oct. 26, 2023, 1:50 p.m.