Description Usage Arguments Value
View source: R/rank_by_stats.R
Rank a set of algorithms over a set of instances by their statstics and return a data frame.
1 2 3 4 5 6 | aitoa.rank.by.stats(
end.result.stats,
algorithms,
instances,
stat.cols = c("best.f.min", "best.f.mean", "best.f.median")
)
|
end.result.stats |
the data frame with the statistics |
algorithms |
the list of algorithms |
instances |
the instances |
stat.cols |
the statistics columns to use for ranking |
a data frame with the ranks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.