Convert an mlbench object to a dataframe
Converts x
(which is basically a list) to a dataframe.
## S3 method for class 'mlbench' as.data.frame(x, row.names=NULL, optional=FALSE, ...)
x |
Object of class |
row.names,optional,... |
currently ignored. |
p <- mlbench.xor(5) p as.data.frame(p)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.