dtm2topic | R Documentation |
Convert a data frame to a document-term matrix.
dtm2topic(
dtm,
n_topics = 25L,
label_n = 15,
include_tsne = T,
perplexity = 15,
verbose = FALSE,
seed = 99
)
dtm |
a sparse matrix |
n_topics |
an integer |
label_n |
an integer |
include_tsne |
Boolean |
perplexity |
an integer |
verbose |
boolean |
seed |
an integer |
A list of data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.