posterior-methods {topicmodels}R Documentation

Determine posterior probabilities

Description

Determine the posterior probabilities of the topics for each document and of the terms for each topic for a fitted topic model.

Usage

## S4 method for signature 'TopicModel, missing':
posterior(object, newdata, ...)
## S4 method for signature 'TopicModel, ANY':
posterior(object, newdata, ...)

Arguments

object An object of class "TopicModel".
newdata If missing the posteriors for the original observations are returned.
... Currently not used.

Author(s)

Bettina Gruen


[Package topicmodels version 0.0-3 Index]