Dtm2Tcm: Turn a document term matrix into a term co-occurence matrix

Description Usage Arguments Value Examples

Description

Turn a document term matrix, whose rows index documents and whose columns index terms, into a term co-occurence matrix. A term co-occurence matrix's rows and columns both index terms. See details, below.

Usage

1
Dtm2Tcm(dtm)

Arguments

dtm

A document term matrix, generally of class dgCMatrix, though other classes, such as dgTMatrix, may also work without issue.

Value

Returns a square dgCMatrix whose rows and columns both index terms. The i, j entries of this matrix represent the count of term j across documents containing term i. Note that, while square, this matrix is not symmetric.

Examples

1
2
3

ChengMengli/topic documentation built on May 31, 2019, 8:44 p.m.