Learn R Programming

rollinglda (version 0.1.4)

getChunks: 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 RollingLDA getLDA(x, job, reduce, all)

# S3 method for RollingLDA getID(x)

# S3 method for RollingLDA getParam(x)

Value

The requested element of a RollingLDA object.

Arguments

x

[named list]
RollingLDA object.

names

[character]
Names of the requested items (dates or docs). Default are all names.

inverse

[logical(1)]
Should all items except those with the given names be returned? Default is FALSE.

job

not implemented for RollingLDA object. See getLDA

reduce

not implemented for RollingLDA object. See getLDA

all

not implemented for RollingLDA object. See getLDA

See Also

Other RollingLDA functions: RollingLDA(), as.RollingLDA(), updateRollingLDA()