Learn R Programming

tm (version 0.3-1)

TermDocMatrix-class: Term-Document Matrix

Description

A class representing a sparse term-document matrix. A column represents a term, and a row the ID of a text document, respectively.

Arguments

Objects from the Class

Objects can be created by calls of the form new("TermDocMatrix",...) or by calling the function TermDocMatrix.

See Also

TermDocMatrix