State of Data and AI Literacy Report 2025
Download Now
Rdocumentation
powered by
Learn R Programming
tm (version 0.3-2)
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