Calculates and returns the average similarity scores for each pair of lists
compared, broken down by method.
Usage
pair_averages(x, method = NULL, ...)
pair_averages(x, method = NULL, ...)
Arguments
- x
A similarity object
- method
Optional character vector of methods to include
- ...
Additional arguments (not used)
Value
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