View source: R/mallet_state_io.R
save.mallet.state | R Documentation |
This function writes a current sampling state of mallet to file. The state contain hyperparameters α and β together with topic indicators.
The state file can be read into R using the function
save.mallet.state(topic.model, state.file)
topic.model |
A |
state.file |
File path (.gz format) to store the mallet state file to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.