Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.data.frame.mlbench

Convert an mlbench object to a dataframe


Description

Converts x (which is basically a list) to a dataframe.

Usage

## S3 method for class 'mlbench'
as.data.frame(x, row.names=NULL, optional=FALSE, ...)

Arguments

x

Object of class "mlbench".

row.names,optional,...

currently ignored.

Examples

p <- mlbench.xor(5)
p
as.data.frame(p)

mlbench

Machine Learning Benchmark Problems

v2.1-3
GPL-2
Authors
Friedrich Leisch and Evgenia Dimitriadou.
Initial release
2021-01-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.