data_transformation: Data transformation

Description Usage Arguments Value

View source: R/utils.R

Description

Extract a data matrix out of the original dataset. The matrix contains all observations for each replication in each problem set. The replications are stored in the rows, while the columns are according to the problem sets.

Usage

1
data_transformation(df, algo, measure)

Arguments

df

('list')
Data frame containing the performane measure.

algo

('character')
Algorithm name. Value in 'algorithm' column. If not defined, the baseline is tested against all algorithms in the data frame.

measure

('character')
Name of the 'measure' column. If not defined, the first 'measure' column in the data frame is used.

Value

('matrix')
Matrix.


RebeccaGroh/seqbtests documentation built on Nov. 17, 2021, 8:50 a.m.