Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mallet.doc.topics

Retrieve a matrix of topic weights for every document


Description

This function returns a matrix with one row for every document and one column for every topic.

Usage

mallet.doc.topics(topic.model, normalized, smoothed)

Arguments

topic.model

The model returned by MalletLDA

normalized

If true, normalize the rows so that each document sums to one. If false, values will be integers (possibly plus the smoothing constant) representing the actual number of words of each topic in the documents.

smoothed

If true, add the smoothing parameter for the model (initial value specified as alpha.sum in MalletLDA). If false, many values will be zero.


mallet

A wrapper around the Java machine learning tool MALLET

v1.0
MIT + file LICENSE
Authors
David Mimno
Initial release
2013-07-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.