This function is implementing LDAvis into RShint form especially for SOCRATex application.
1 | shinyLDA(dtm, k, iter, alpha)
|
dtm |
DocumentTerm Matrix which can be used for LDA analysis. |
k |
The number of topics(clusters) want to analyze. |
iter |
The number of Learning iterations. |
alpha |
Tha alpha parameter of the Latent Dirichlet Allocation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.