| load.mallet.state {mallet} | R Documentation | 
Load a Mallet state into Mallet
Description
This reads writes a current sampling state of mallet to file. The state contain
hyperparameters \alpha and \beta together with topic indicators.
Usage
load.mallet.state(topic.model, state.file)
Arguments
| topic.model | A  | 
| state.file | File path to store the mallet state file to. | 
Value
a java cc.mallet.topics.RTopicModel object
[Package mallet version 1.3.0 Index]