Description Usage Arguments Value Examples
do transformation and return a new data table
1 2 | transformation.apply(original.data, columns.to.transform,
transformation.functions)
|
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 |
a data table containing the original data and transformed versions of columns
1 | transformation.apply(original.data = mlr.benchmark.example, columns.to.transform = c("measure.mmce.test.mean", "measure.ber.test.mean"), transformation.functions = c("log2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.