rtm.collapsed.gibbs.sampler(documents, links, K, vocab, num.iterations, alpha, eta, beta)
lda.collapsed.gibbs.sampler
for details.links[[i]]
, is an integer vector expressing connections
between document i and theK
numeric of regression coefficients expressing the
relationship between each topic and the probability of link.lda.collapsed.gibbs.sampler
.Only the exponential link probability function is implemented here. Note that the collapsed Gibbs sampler is different than the variational inference procedure proposed in the paper and is extremely experimental.
lda.collapsed.gibbs.sampler
for a description of the
input formats and similar models. nubbi.collapsed.gibbs.sampler
is a different kind of
model for document networks.
predictive.link.probability
makes predictions based on
the output of this model.