getSCLOP {ldaPrototype} | R Documentation |
Getter for PrototypeLDA
Description
Returns the corresponding element of a PrototypeLDA
object.
Usage
getSCLOP(x)
## S3 method for class 'PrototypeLDA'
getSimilarity(x)
## S3 method for class 'PrototypeLDA'
getRelevantWords(x)
## S3 method for class 'PrototypeLDA'
getConsideredWords(x)
getMergedTopics(x)
getPrototypeID(x)
## S3 method for class 'PrototypeLDA'
getLDA(x, job, reduce = TRUE, all = FALSE)
## S3 method for class 'PrototypeLDA'
getID(x)
## S3 method for class 'PrototypeLDA'
getParam(x)
## S3 method for class 'PrototypeLDA'
getJob(x)
Arguments
x |
[ |
job |
[ |
reduce |
[ |
all |
[ |
See Also
Other getter functions:
getJob()
,
getSimilarity()
,
getTopics()
Other PrototypeLDA functions:
LDAPrototype()
,
getPrototype()
[Package ldaPrototype version 0.3.1 Index]