convertMLBenchObjToTask: Convert a machine learning benchmark / demo object from...

Description Usage Arguments Examples

Description

We auto-set the target column, drop any column which is called “Id” and convert logicals to factors.

Usage

1

Arguments

x

[character(1)]
Name of an mlbench function or dataset.

n

[integer(1)]
Number of observations for data simul functions. Note that for a few mlbench function this setting is not exactly respected by mlbench. Default is 100.

...

[any]
Passed on to data simul functions.

Examples

1
2
print(convertMLBenchObjToTask("Ionosphere"))
print(convertMLBenchObjToTask("mlbench.spirals", n = 100, sd = 0.1))

Najah-lshanableh/R-data-mining2 documentation built on May 6, 2019, 10:11 a.m.