mallet.topic.model.read {mallet} | R Documentation |
Load (read) and save (write) a topic from a file
Description
This function returns the topic model loaded from a file or stores a topic model to file.
Usage
mallet.topic.model.read(filename)
mallet.topic.model.load(filename)
mallet.topic.model.write(topic.model, filename)
mallet.topic.model.save(topic.model, filename)
Arguments
filename |
The mallet topic model file |
topic.model |
A |
[Package mallet version 1.3.0 Index]