merge_topics {fastTopics} | R Documentation |
Combine two or more topics in a multinomial topic model fit.
merge_topics(fit, k)
fit |
A multinomial topic model fit. |
k |
The names or numbers of the topics to be combined. Two or more topics should be chosen. |
Mixture proportions are combined by summation, and factors are combined by averaging.
A multinomial topic model fit.