GetDocumentsOfTopTopicK: Get Documents of Topic K

Description Usage Arguments Value

View source: R/exploration.R

Description

Returns a vector of characters, where each element is the name of a document associated to topic K. Note that this can be HIGHLY misleading since a document have a distribution over topics and the top topic may have a very close probability to occur as the other topic.

Usage

1

Arguments

lda.model

A single lda model.

k

The topic k (e.g. topic 5 from a lda model of 10 topics) to list the documents.

Value

The list of document names.


sailuh/topicflowr documentation built on May 27, 2019, 8:46 a.m.