eurlexsm_test {mldr.datasets} | R Documentation |
List with 10 folds of the test data from the EUR-Lex subject matters dataset
Description
Multilabel dataset from the text domain.
Usage
eurlexsm_test(...)
Arguments
... |
Additional options for the loading function (e.g. |
Format
An mldr object with 1935 instances, 5000 attributes and 201 labels
Source
Mencia, E. L. and Furnkranz, J., "Efficient pairwise multilabel classification for large-scale problems in the legal domain", Machine Learning and Knowledge Discovery in Databases, pp. 50–65, 2008
Examples
## Not run:
eurlexsm_test <- eurlexsm_test() # Check and load the dataset
toBibtex(eurlexsm_test[[1]])
eurlexsm_test[[1]]$measures
## End(Not run)
[Package mldr.datasets version 0.4.2 Index]