View source: R/topic_diagnostics.R
contain_equal_docs | R Documentation |
Helper function to check that a topic model and a dtm contain the same number of documents
contain_equal_docs(topic_model, dtm_data)
topic_model |
a fitted topic model object from one of the following:
|
dtm_data |
a document-term matrix of token counts coercible to |
a logical indicating whether or not the two object contain the same number of documents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.