powered by
Converts x (which is basically a list) to a dataframe.
x
# S3 method for mlbench as.data.frame(x, row.names=NULL, optional=FALSE, …)
Object of class "mlbench".
"mlbench"
currently ignored.
# NOT RUN { p <- mlbench.xor(5) p as.data.frame(p) # }
Run the code above in your browser using DataLab