calculate_gmm | R Documentation |
This function fits a guassian mixture model (GMM) from a document-feature matrix.
calculate_gmm(input_dfm, seed = NULL)
input_dfm |
a rectr_dfm object |
seed |
integer, to set the random seed for reproducibility. When leave as NULL, no random seed is set. |
a rectr_model object. rectr_model$theta is the topic-assignment matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.