R/topic_modelling.R
Returns a list, where every position is a created model. List starts on k=2.
For more control on the values of k, see CalculateLDAModelsInKSet
CalculateLDAModelsUpToN(dfm, N)
dfm | A document frequency matrix |
---|---|
N | The number of topics (i.e. 1:N). |
A list of models from 1 to N specified on param N.