aitoa.rank.by.stats: Rank Algorithms by Statistics over Instances

Description Usage Arguments Value

View source: R/rank_by_stats.R

Description

Rank a set of algorithms over a set of instances by their statstics and return a data frame.

Usage

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")
)

Arguments

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

Value

a data frame with the ranks


thomasWeise/aitoaEvaluate documentation built on Dec. 6, 2020, 1:22 p.m.