View source: R/fast_jack_upper.R
fast_jaccard_dist | R Documentation |
Compute upper triangle Jaccard distance
fast_jaccard_dist(mat, as.dist = FALSE)
mat |
A numeric binary matrix (0/1/NA) |
as.dist |
Logical. If TRUE, return a dist object; otherwise an upper triangular matrix. |
A matrix or dist object of Jaccard dissimilarities (upper triangle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.