View source: R/mlbench-class.R
as.data.frame.mlbench | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.