transformation.apply: apply transformation functions

Description Usage Arguments Value Examples

Description

do transformation and return a new data table

Usage

1
2
transformation.apply(original.data, columns.to.transform,
  transformation.functions)

Arguments

original.data

a data table in benchmarkVis format

columns.to.transform

the list of columns to apply the functions on

transformation.functions

the functions for transofrmation of data

Value

a data table containing the original data and transformed versions of columns

Examples

1
transformation.apply(original.data = mlr.benchmark.example, columns.to.transform = c("measure.mmce.test.mean", "measure.ber.test.mean"), transformation.functions = c("log2"))

collinleiber/benchmarkVis documentation built on May 28, 2019, 8:23 a.m.