Retrieve a matrix of topic weights for every document
This function returns a matrix with one row for every document and one column for every topic.
mallet.doc.topics(topic.model, normalized, smoothed)
topic.model |
The model returned by |
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 |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.