Returns the corresponding element of a RollingLDA object.
getChunks(x)getNames(x)
getDates(x, names, inverse)
getDocs(x, names, inverse)
getVocab(x)
# S3 method for RollingLDA
getLDA(x, job, reduce, all)
# S3 method for RollingLDA
getID(x)
# S3 method for RollingLDA
getParam(x)
The requested element of a RollingLDA object.
[named list]
RollingLDA object.
[character]
Names of the requested items (dates or docs). Default are all names.
[logical(1)]
Should all items except those with the given names be returned? Default is FALSE.
not implemented for RollingLDA object.
See getLDA
not implemented for RollingLDA object.
See getLDA
not implemented for RollingLDA object.
See getLDA
Other RollingLDA functions:
RollingLDA(),
as.RollingLDA(),
updateRollingLDA()