Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

runShiny

Run shiny/D3 visualization


Description

This function is deprecated as of version 0.2

Usage

runShiny(phi, term.frequency, vocab, topic.proportion)

Arguments

phi

a matrix with W rows, one for each term in the vocabulary, and K columns, one for each topic, where each column sums to one. Each column is the multinomial distribution over terms for a given topic in an LDA topic model.

term.frequency

an integer vector of length W containing the frequency of each term in the vocabulary.

vocab

a character vector of length W containing the unique terms in the corpus.

topic.proportion

a numeric vector of length K containing the proportion of each topic in the corpus.


LDAvis

Interactive Visualization of Topic Models

v0.3.2
MIT + file LICENSE
Authors
Carson Sievert [aut, cre], Kenny Shirley [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.