View source: R/0-utils.R View source: R/2-similar-base-methods.R
pair_averages | R Documentation |
Calculates and returns the average similarity scores for each pair of lists compared, broken down by method.
pair_averages(x, method = NULL, ...)
pair_averages(x, method = NULL, ...)
x |
A similarity object |
method |
Optional character vector of methods to include |
... |
Additional arguments (not used) |
A data frame containing:
method |
The similarity method used |
pair |
The pair of lists compared |
avg_score |
Mean similarity score for the pair |
A data frame containing pair-wise average scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.