View source: R/normalise_coocc.R
normalise_coocc | R Documentation |
normalise_coocc
computes the normalisation of a co-occurrence
matrix mat
.
normalise_coocc(mat, method = "jaccard")
mat |
Co-occurrence matrix. Must be square. |
method |
Normalisation method. The default is "jaccard". Other methods include "cosine" (same as "ochiai") and "dice". |
van Eck, N.J. and L. Waltman (2009). How to normalize cooccurrence data? An analysis of some well‐known similarity measures. Journal of the American Society for Information Science and Technology 60(8):1635-1651.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.