posterior-methods | R Documentation |
Determine the posterior probabilities of the topics for each document and of the terms for each topic for a fitted topic model.
## S4 method for signature 'TopicModel,missing'
posterior(object, newdata, ...)
## S4 method for signature 'TopicModel,ANY'
posterior(object, newdata, control = list(), ...)
object |
An object of class "TopicModel". |
newdata |
If missing the posteriors for the original observations are returned. |
control |
A named list of the control parameters for estimation or a suitable control object. |
... |
Currently not used. |
Bettina Gruen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.