mallet_model_inferred: An inferred topic model of new documents

mallet_model_inferredR Documentation

An inferred topic model of new documents

Description

Constructs a representation of the results of using MALLET's topic-inference functionality. Users should not call this constructor directly; use infer_topics instead. mallet_model_inferred objects can be used as parameters to functions for a regular mallet_model, but any function that requires the presence of model outputs other than the document-topic matrix will not work. Note also that MALLET supplies smoothed and normalized topic weights for documents.

Usage

mallet_model_inferred(
  doc_topics = NULL,
  doc_ids = NULL,
  vocabulary = NULL,
  params = NULL,
  inf = NULL,
  instances = NULL,
  parent = NULL
)

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