terms_and_topics
From topicmodels v0.2-4
by Bettina Gruen
Extract most likely terms or topics.
Function to extract the most likely terms for each topic or the most likely topics for each document.
- Keywords
- utilities
Usage
"terms"(x, k, threshold, ...)
"topics"(x, k, threshold, ...)
Arguments
- x
- Object of class
"TopicModel"
. - k
- The maximum number of terms/topics returned. By default set to 1 if no threshold is given.
- threshold
- Only the terms/topics which are more likely than the threshold are returned.
- ...
- Further arguments passed to
sapply
.
Value
-
A list or matrix containing the most likely terms for each topic or
the most likely topics for each document.
See Also
Community examples
Looks like there are no examples yet.