Description Usage Arguments Value Examples
View source: R/topicmodellingFunctions.R
Create a latent Dirichlet allocation cluster model for a tweet data frame.
1 | tweetLDA(tweetDataFrameTokenized, numberOfTopics)
|
tweetDataFrameTokenized |
Dataframe object containing word tokens from tweets (Output of tokenizeTweets()) |
numberOfTopics |
Number of topics associated with the corpus, this is the amount of groups the clustering algorithm will split the model into. If number of topics is unknown, use (guess function) first to estimate. |
Model type object.
1 | tweetLDA(tweetDataFrameTokenized,8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.