Description Usage Arguments Examples
Writes one or more files in the specified formats with the content of the mldr
or mldr.folds
given as parameter
1 2 3 4 |
mld |
The |
format |
A vector of strings stating the desired file formats. It can contain the values |
sparse |
Boolean value indicating if sparse representation has to be used for ARFF-based file formats |
basename |
Base name for the files. |
noconfirm |
Use TRUE to skip confirmation of file writing |
... |
Additional options for the exporting functions (e.g. |
1 2 3 4 5 | ## Not run:
library(mldr.datasets)
write.mldr(emotions, format = c('CSV', 'KEEL'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.