compare_results {musicatk} | R Documentation |
Compare two result files to find similar signatures
compare_results( result, other_result, threshold = 0.9, metric = "cosine", result_name = deparse(substitute(result)), other_result_name = deparse(substitute(other_result)) )
result |
A |
other_result |
A second |
threshold |
threshold for similarity |
metric |
One of |
result_name |
title for plot of first result signatures |
other_result_name |
title for plot of second result signatures |
Returns the comparisons
data(res) compare_results(res, res, threshold = 0.8)