Description Usage Arguments Value Examples
For above-optimal topics, detect and extract informative and uninformative components in terms of cosine similarities with the optimal topic model.
1 | topic_match(lda_models, optimal_model, var_correction = TRUE)
|
lda_models |
A list of ordered LDA models as estimated by
|
optimal_model |
A number corresponding to the optimal topic model. |
var_correction |
Use the unbiased estimator of the co-variance for
i.i.d. observations by applying n - 1 in the denominator. Default is |
A named list with the informative and uninformative components given as matrices.
1 2 3 4 5 6 | ## Not run:
out3 <- topic_match( lda_models = lda_list,
optimal_model = test1,
var_correction = TRUE )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.