save.mallet.instances: Load and save mallet instances from/to file

View source: R/mallet.R

save.mallet.instancesR Documentation

Load and save mallet instances from/to file

Description

This function returns the topic model loaded from a file.

Usage

save.mallet.instances(instances, filename)

load.mallet.instances(filename)

Arguments

instances

An cc/mallet/types/InstanceList instanceList object to save/write to file.

filename

The filename to save to or load from.


mallet documentation built on July 20, 2022, 5:08 p.m.