topics()
returns the most likely topics for documents based on the theta
parameter.
Arguments
- x
a LDA model fitted by
textmodel_seededlda()
ortextmodel_lda()
- min_prob
ignores topics if their probability is lower than this value.
- select
returns the selected topic with the highest probability; specify by the names of columns in
x$theta
.