rcv1sub3 {mldr.datasets} | R Documentation |
Dataset from the Reuters corpus (subset 3)
Description
Multilabel dataset from the text domain.
Usage
rcv1sub3(...)
Arguments
... |
Additional options for the loading function (e.g. |
Format
An mldr object with 6000 instances, 47236 attributes and 101 labels
Source
Lewis, D. D. and Yang, Y. and Rose, T. G. and Li, F., "RCV1: A new benchmark collection for text categorization research", The Journal of Machine Learning Research, Vol. 5, pp. 361-397, 2004
Examples
## Not run:
rcv1sub3 <- rcv1sub3() # Check and load the dataset
toBibtex(rcv1sub3)
rcv1sub3$measures
## End(Not run)
[Package mldr.datasets version 0.4.2 Index]