load.mallet.state {mallet} | R Documentation |
This reads writes a current sampling state of mallet to file. The state contain
hyperparameters \alpha
and \beta
together with topic indicators.
load.mallet.state(topic.model, state.file)
topic.model |
A |
state.file |
File path to store the mallet state file to. |
a java cc.mallet.topics.RTopicModel
object