tf_df_dist_diff | R Documentation |
Helper function to calculate the Hellinger distance between the token frequencies and document frequencies for a specific topic's top N tokens
tf_df_dist_diff(dtm_data, top_terms)
dtm_data |
a document-term matrix of token counts coercible to |
top_terms |
- a character vector of the top N tokens |
a single value representing the Hellinger distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.