paradox (version 0.5.0)

transpose: transpose

Description

Converts data.table::data.table into a list of lists of points, possibly removes NA entries of inactive parameter values due to unsatisfied dependencies, and possibly calls the trafo function of the ParamSet.

Usage

transpose(data, ps = NULL, filter_na = TRUE, trafo = TRUE)

Arguments

data

(data.table::data.table) Rows are points and columns are parameters.

ps

(ParamSet) If trafo = TRUE, used to call trafo function.

filter_na

(logical(1)) Should NA entries of inactive parameter values be removed due to unsatisfied dependencies?

trafo

(logical(1)) Should the trafo function of the ParamSet be called?