Description Usage Arguments Value
Performance measures which are frequently used in the field of algorithm selection in both the continuous and discrete domains.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | getScore(times, score, ...)
getPARScore(times, cutoff = 3600, f = 10, ...)
getPQRScore(times, cutoff = 3600, f = 10, p = 0.5, ...)
getPERTScore(times, cutoff = 3600, f = 1, ...)
getSuccessRate(times, cutoff = 3600)
getFailureRate(times, cutoff = 3600)
getRuntimeQuantile(times, cutoff = 3600, p = 0.5, ...)
getHVScore(times, cutoff = 3600, p = 0.5, normalize = FALSE, ...)
|
times |
[ |
score |
[ |
... |
[any] |
cutoff |
[ |
f |
[ |
p |
[ |
[numeric(1)
] Scalar performance value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.