R/functions.R
similarity.Rd
Similarity between terms based on overlap
term_similarity( gl, method = c("kappa", "jaccard", "dice", "overlap"), all = NULL, remove_negative = TRUE )
A list of items
The similarity measurement.
The universe set.
If the value is negative, reset to zero
A symmetric matrix.