write.mldr: Export an mldr object or set of mldr objects to different...

Description Usage Arguments Examples

Description

Writes one or more files in the specified formats with the content of the mldr or mldr.folds given as parameter

Usage

1
2
3
4
write.mldr(mld, format = c("MULAN", "MEKA"), sparse = FALSE,
  basename = ifelse(!is.null(mld$name) && nchar(mld$name) > 0,
  regmatches(mld$name, regexpr("(\\w)+", mld$name)), "unnamed_mldr"),
  noconfirm = FALSE, ...)

Arguments

mld

The mldr/mldr.folds object to be exported

format

A vector of strings stating the desired file formats. It can contain the values 'MULAN', 'MEKA', 'KEEL', 'CSV' and 'LIBSVM'

sparse

Boolean value indicating if sparse representation has to be used for ARFF-based file formats

basename

Base name for the files. 'unnamed_mldr' is used by default

noconfirm

Use TRUE to skip confirmation of file writing

...

Additional options for the exporting functions (e.g. chunk_size, the number of instances to write at a time)

Examples

1
2
3
4
5
## Not run: 
library(mldr.datasets)
write.mldr(emotions, format = c('CSV', 'KEEL'))

## End(Not run)

fcharte/mldr.datasets documentation built on May 16, 2019, 12:06 p.m.