normalise_coocc: Normalise co-occurrence matrix

View source: R/normalise_coocc.R

normalise_cooccR Documentation

Normalise co-occurrence matrix

Description

normalise_coocc computes the normalisation of a co-occurrence matrix mat.

Usage

normalise_coocc(mat, method = "jaccard")

Arguments

mat

Co-occurrence matrix. Must be square.

method

Normalisation method. The default is "jaccard". Other methods include "cosine" (same as "ochiai") and "dice".

References

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.


bldavies/bldr documentation built on March 29, 2024, 10:22 a.m.