write_diagnostics: Save MALLET's topic model diagnostics as XML

View source: R/diagnostics.R

write_diagnosticsR Documentation

Save MALLET's topic model diagnostics as XML

Description

Write MALLET's model diagnostics to an XML file.

Usage

write_diagnostics(m, output_file = "diagnostics.xml", n_top_words = 50)

Arguments

m

a mallet_model object

output_file

the name of a file to save XML to.

n_top_words

the number of top words per topic to calculate topic-word diagnostics for.

See Also

read_diagnostics


agoldst/dfrtopics documentation built on July 15, 2022, 4:13 p.m.