getChunks {rollinglda} | R Documentation |
Getter for RollingLDA
Description
Returns the corresponding element of a RollingLDA
object.
Usage
getChunks(x)
getNames(x)
getDates(x, names, inverse)
getDocs(x, names, inverse)
getVocab(x)
## S3 method for class 'RollingLDA'
getLDA(x, job, reduce, all)
## S3 method for class 'RollingLDA'
getID(x)
## S3 method for class 'RollingLDA'
getParam(x)
Arguments
x |
[ |
names |
[ |
inverse |
[ |
job |
not implemented for |
reduce |
not implemented for |
all |
not implemented for |
Value
The requested element of a RollingLDA
object.
See Also
Other RollingLDA functions:
RollingLDA()
,
as.RollingLDA()
,
updateRollingLDA()
[Package rollinglda version 0.1.3 Index]