sizes: Compute the sizes of topics

View source: R/utils.R

sizesR Documentation

Compute the sizes of topics

Description

Compute the sizes of topics as the proportions of topic words in the corpus.

Usage

sizes(x)

Arguments

x

a LDA model fitted by textmodel_seededlda() or textmodel_lda()

Value

a numeric vector in the same lengths as k.


seededlda documentation built on April 4, 2025, 2:33 a.m.

Related to sizes in seededlda...