| RCV1Document {tm} | R Documentation |
Construct an object representing a RCV1 XML text document with meta information.
RCV1Document(x, author = character(0),
datetimestamp = as.POSIXlt(Sys.time(), tz = "GMT"),
description = character(0), heading = character(0),
id = character(0), origin = character(0),
language = character(0), localmetadata = list())
x |
Object of class |
author |
Object of class |
datetimestamp |
Object of class |
description |
Object of class |
heading |
Object of class |
id |
Object of class |
origin |
Object of class |
language |
Object of class |
localmetadata |
Object of class |
Ingo Feinerer
Lewis, D. D.; Yang, Y.; Rose, T.; and Li, F (2004). RCV1: A New Benchmark Collection for Text Categorization Research. Journal of Machine Learning Research, 5, 361–397. http://www.jmlr.org/papers/volume5/lewis04a/lewis04a.pdf
PlainTextDocument and Reuters21578Document