View source: R/compare_results.R
compare_results | 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)),
decimals = 2,
same_scale = FALSE
)
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 |
decimals |
Specifies rounding for similarity metric displayed. Default
|
same_scale |
If |
Returns the comparisons
data(res)
compare_results(res, res, threshold = 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.