R/topicModel_utils.R
plotindex.Rd
plot metrics to find the best number of topics
plotindex(ldas)
list of 4 metrics(perplexity, loglikelihood, alpha, entropy, cosine similarity), result of lda.rep().
lda.rep()
ggplot object
if (FALSE) { ldas <- lda.rep(dtm=dtm, max.k=10, method='VEM', SEED=123) plotindex(ldas) }