View source: R/affinityPropagation.R
jaccardSim | R Documentation |
Calculate Jaccard Similarity.
jaccardSim(idsInSet, score)
idsInSet |
A list of set names and their member IDs. |
score |
A vector of addible scores with the same length used to assign input preference; higher score has larger weight, i.e. -logP. |
A list of similarity matrix sim.mat
and input preference vector ip.vec
.
Zhiao Shi, Yuxing Liao
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.