View source: R/metrics_functions.R
RGAR | R Documentation |
This function returns the relative GAR score, representing the proportion of Anti-Robinson violations over the total number of evaluated triplets.
RGAR(mat_sorted, w = NULL)
mat_sorted |
A numeric, symmetric sorted distance matrix. |
w |
Window size (integer). If NULL, uses global comparisons (equivalent to AR normalized). |
The RGAR score (between 0 and 1).
Please refer to GAP
for complete usage examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.