Learn R Programming

tm (version 0.1-1)

TermDocMatrix-class: Term-document matrix

Description

A class representing a 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.

Extends

Class "matrix", directly.

See Also

TermDocMatrix