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.
transpose(data, ps = NULL, filter_na = TRUE, trafo = TRUE)(data.table::data.table) Rows are points and columns are parameters.
(ParamSet)
If trafo = TRUE, used to call trafo function.
(logical(1))
Should NA entries of inactive parameter values be removed due to
unsatisfied dependencies?
(logical(1))
Should the trafo function of the ParamSet be called?