Order keys by their similarity to a key
Usage
most_similar(
conn,
key,
q,
n = 1L,
normalized = TRUE,
method = c("cosine", "correlation", "jaccard", "ejaccard", "dice", "edice", "hamann",
"simple matching", "faith")
)
Order keys by their similarity to a key
most_similar(
conn,
key,
q,
n = 1L,
normalized = TRUE,
method = c("cosine", "correlation", "jaccard", "ejaccard", "dice", "edice", "hamann",
"simple matching", "faith")
)