cora: A subset of the Cora dataset of scientific documents.

Description Usage Format Source See Also Examples

Description

A collection of 2410 scientific documents in LDA format with links and titles from the Cora search engine.

Usage

1
2
3
4

Format

cora.documents and cora.vocab comprise a corpus of 2410 documents conforming to the LDA format.

cora.titles is a character vector of titles for each document (i.e., each entry of cora.documents).

cora.cites is a list representing the citations between the documents in the collection (see related for format).

Source

Automating the construction of internet protals with machine learning. McCallum et al. Information Retrieval. 2000.

See Also

lda.collapsed.gibbs.sampler for the format of the corpus.

rtm.collapsed.gibbs.sampler for the format of the citation links.

Examples

1
2
3
4

Example output

Warning message:
In data(cora.links) : data set 'cora.links' not found

lda documentation built on May 1, 2019, 10:34 p.m.